summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-12-26 21:41:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-12-26 21:41:33 +0000
commit8d12cd192594e38bc9f8d8c91daff59d3b0868c1 (patch)
tree6173ca733ee9b6a5f0e733477d86637c7893c29d /sys/arch
parentc5af0812e5d7d60d182addc4594c42baf2e8b591 (diff)
_HP300_INTR_H_PRIVATE is long dead.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hp300/dev/dio.c4
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>