summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_stge.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
commit651a8ec0536429ec664a047ea1884b4f2ca9388e (patch)
treec589290e0c2580b97921907d1dba5bd7d3fc2559 /sys/dev/pci/if_stge.c
parentb163c91d43910f421639d41e147cfb56136a0617 (diff)
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
Diffstat (limited to 'sys/dev/pci/if_stge.c')
-rw-r--r--sys/dev/pci/if_stge.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_stge.c b/sys/dev/pci/if_stge.c
index 8d19263be1b..d9bec728bcd 100644
--- a/sys/dev/pci/if_stge.c
+++ b/sys/dev/pci/if_stge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_stge.c,v 1.58 2014/12/22 02:28:52 tedu Exp $ */
+/* $OpenBSD: if_stge.c,v 1.59 2015/03/14 03:38:48 jsg Exp $ */
/* $NetBSD: if_stge.c,v 1.27 2005/05/16 21:35:32 bouyer Exp $ */
/*-
@@ -70,7 +70,6 @@
#include <machine/bus.h>
#include <machine/intr.h>
-#include <dev/mii/mii.h>
#include <dev/mii/miivar.h>
#include <dev/mii/mii_bitbang.h>