summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ne_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_ne_pci.c')
-rw-r--r--sys/dev/pci/if_ne_pci.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/if_ne_pci.c b/sys/dev/pci/if_ne_pci.c
index b2ce0451a16..94858bd5958 100644
--- a/sys/dev/pci/if_ne_pci.c
+++ b/sys/dev/pci/if_ne_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ne_pci.c,v 1.15 2006/10/20 16:54:01 brad Exp $ */
+/* $OpenBSD: if_ne_pci.c,v 1.16 2006/10/20 17:02:24 brad Exp $ */
/* $NetBSD: if_ne_pci.c,v 1.8 1998/07/05 00:51:24 jonathan Exp $ */
/*-
@@ -48,19 +48,12 @@
#include <sys/device.h>
#include <net/if.h>
-#ifdef __NetBSD__
-#include <net/if_ether.h>
-#endif
#include <net/if_media.h>
#ifdef INET
#include <netinet/in.h>
-#ifdef __NetBSD__
-#include <netinet/if_inarp.h>
-#else
#include <netinet/if_ether.h>
#endif
-#endif
#include <machine/bus.h>
#include <machine/intr.h>