summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2003-06-25 17:35:36 +0000
committermiod <miod@openbsd.org>2003-06-25 17:35:36 +0000
commit82e324647e790ea00122ac9b45e80cddcced6649 (patch)
treef27985f0034d5483ed51f9c9558093e238f71ed1
parento remove useless cast to int from gzread() call (diff)
downloadwireguard-openbsd-82e324647e790ea00122ac9b45e80cddcced6649.tar.xz
wireguard-openbsd-82e324647e790ea00122ac9b45e80cddcced6649.zip
#include <machine/intr.h> is not necessary here.
-rw-r--r--sys/dev/ic/ax88190.c3
-rw-r--r--sys/dev/ic/dl10019.c3
-rw-r--r--sys/dev/ic/rtl80x9.c3
-rw-r--r--sys/dev/pcmcia/if_ne_pcmcia.c3
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>