summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl80x9.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-06-25 17:35:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-06-25 17:35:38 +0000
commit999755bd8c548c6d55d4b8af2bb43f9286b0e586 (patch)
tree584bfeefda028e9e49e3e293bf746b669273a50d /sys/dev/ic/rtl80x9.c
parenteb6f7b4d0070223320a03e2d2aa5f8233add9b48 (diff)
#include <machine/intr.h> is not necessary here.
Diffstat (limited to 'sys/dev/ic/rtl80x9.c')
-rw-r--r--sys/dev/ic/rtl80x9.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtl80x9.c b/sys/dev/ic/rtl80x9.c
index 38a3426fe4f..69de7c29112 100644
--- a/sys/dev/ic/rtl80x9.c
+++ b/sys/dev/ic/rtl80x9.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl80x9.c,v 1.6 2001/03/12 05:36:58 aaron Exp $ */
+/* $OpenBSD: rtl80x9.c,v 1.7 2003/06/25 17:35:36 miod Exp $ */
/* $NetBSD: rtl80x9.c,v 1.1 1998/10/31 00:44:33 thorpej Exp $ */
/*-
@@ -56,7 +56,6 @@
#endif
#include <machine/bus.h>
-#include <machine/intr.h>
#include <dev/ic/dp8390reg.h>
#include <dev/ic/dp8390var.h>