summaryrefslogtreecommitdiff
path: root/sys/dev/ic
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
parenteb6f7b4d0070223320a03e2d2aa5f8233add9b48 (diff)
#include <machine/intr.h> is not necessary here.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ax88190.c3
-rw-r--r--sys/dev/ic/dl10019.c3
-rw-r--r--sys/dev/ic/rtl80x9.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/ic/ax88190.c b/sys/dev/ic/ax88190.c
index 9e3acfc87fb..e8651535597 100644
--- a/sys/dev/ic/ax88190.c
+++ b/sys/dev/ic/ax88190.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ax88190.c,v 1.1 2001/08/18 16:15:39 aaron Exp $ */
+/* $OpenBSD: ax88190.c,v 1.2 2003/06/25 17:35:36 miod Exp $ */
/* $NetBSD$ */
/*-
@@ -56,7 +56,6 @@
#endif
#include <machine/bus.h>
-#include <machine/intr.h>
#include <dev/mii/miivar.h>
#include <dev/mii/mii.h>
diff --git a/sys/dev/ic/dl10019.c b/sys/dev/ic/dl10019.c
index 08a9b3359b8..3ee33a83455 100644
--- a/sys/dev/ic/dl10019.c
+++ b/sys/dev/ic/dl10019.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dl10019.c,v 1.2 2001/06/16 22:43:12 fgsch Exp $ */
+/* $OpenBSD: dl10019.c,v 1.3 2003/06/25 17:35:36 miod Exp $ */
/* $NetBSD$ */
/*-
@@ -58,7 +58,6 @@
#endif
#include <machine/bus.h>
-#include <machine/intr.h>
#include <dev/mii/miivar.h>
#include <dev/mii/mii.h>
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>