diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 21:41:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 21:41:33 +0000 |
commit | 8d12cd192594e38bc9f8d8c91daff59d3b0868c1 (patch) | |
tree | 6173ca733ee9b6a5f0e733477d86637c7893c29d /sys/arch | |
parent | c5af0812e5d7d60d182addc4594c42baf2e8b591 (diff) |
_HP300_INTR_H_PRIVATE is long dead.
Diffstat (limited to 'sys/arch')
-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> |