diff options
author | 2004-12-26 21:41:32 +0000 | |
---|---|---|
committer | 2004-12-26 21:41:32 +0000 | |
commit | 7b59fb81a783deec036fbd4ba00c45622f3a95d0 (patch) | |
tree | 20aabd260745adb2735cf1157ff35ba45605ae9c | |
parent | Use list and queue macros where applicable to make the code easier to read; (diff) | |
download | wireguard-openbsd-7b59fb81a783deec036fbd4ba00c45622f3a95d0.tar.xz wireguard-openbsd-7b59fb81a783deec036fbd4ba00c45622f3a95d0.zip |
_HP300_INTR_H_PRIVATE is long dead.
-rw-r--r-- | sys/arch/hp300/dev/dio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/dev/dio.c b/sys/arch/hp300/dev/dio.c index ac71a0cbd3f..c71340be620 100644 --- a/sys/arch/hp300/dev/dio.c +++ b/sys/arch/hp300/dev/dio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dio.c,v 1.9 2004/09/29 07:35:52 miod Exp $ */ +/* $OpenBSD: dio.c,v 1.10 2004/12/26 21:41:32 miod Exp $ */ /* $NetBSD: dio.c,v 1.7 1997/05/05 21:00:32 thorpej Exp $ */ /*- @@ -41,8 +41,6 @@ * Autoconfiguration and mapping support for the DIO bus. */ -#define _HP300_INTR_H_PRIVATE - #include <sys/param.h> #include <sys/systm.h> #include <sys/device.h> |