diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-25 17:35:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-06-25 17:35:38 +0000 |
commit | 999755bd8c548c6d55d4b8af2bb43f9286b0e586 (patch) | |
tree | 584bfeefda028e9e49e3e293bf746b669273a50d /sys/dev | |
parent | eb6f7b4d0070223320a03e2d2aa5f8233add9b48 (diff) |
#include <machine/intr.h> is not necessary here.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ax88190.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/dl10019.c | 3 | ||||
-rw-r--r-- | sys/dev/ic/rtl80x9.c | 3 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 3 |
4 files changed, 4 insertions, 8 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> diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index 6ac588e5a89..731bf80c02b 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.71 2003/06/13 08:54:35 fgsch Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.72 2003/06/25 17:35:37 miod Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -43,7 +43,6 @@ #include <netinet/if_ether.h> #include <machine/bus.h> -#include <machine/intr.h> #include <dev/pcmcia/pcmciareg.h> #include <dev/pcmcia/pcmciavar.h> |