summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc/if_snc_cbus.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-10-31 08:22:26 +0000
committerphk <phk@FreeBSD.org>2000-10-31 08:22:26 +0000
commit8b99bd0a7d627896844911682386eb0a1a52c169 (patch)
tree0312f261475f15d3573106822e9788876dcd76e7 /sys/dev/snc/if_snc_cbus.c
parentfc137b0cb669f4c2c6073f6092445e7a94eb4dbd (diff)
downloadFreeBSD-src-8b99bd0a7d627896844911682386eb0a1a52c169.zip
FreeBSD-src-8b99bd0a7d627896844911682386eb0a1a52c169.tar.gz
Remove unused #includes.
Approved by: nyan
Diffstat (limited to 'sys/dev/snc/if_snc_cbus.c')
-rw-r--r--sys/dev/snc/if_snc_cbus.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/snc/if_snc_cbus.c b/sys/dev/snc/if_snc_cbus.c
index 6575269..1fc542b 100644
--- a/sys/dev/snc/if_snc_cbus.c
+++ b/sys/dev/snc/if_snc_cbus.c
@@ -42,22 +42,17 @@
#include <sys/module.h>
#include <sys/bus.h>
#include <machine/bus.h>
-#include <sys/rman.h>
#include <machine/resource.h>
-#include <net/ethernet.h>
#include <net/if.h>
#include <net/if_arp.h>
#include <net/if_media.h>
-#include <net/if_mib.h>
#include <isa/isavar.h>
-#include <isa/pnpvar.h>
#include <sys/malloc.h> /* as dependency for isa/isa_common.h */
#include <isa/isa_common.h> /* for snc_isapnp_reconfig() */
#include <dev/snc/dp83932var.h>
-#include <dev/snc/dp83932subr.h>
#include <dev/snc/if_sncreg.h>
#include <dev/snc/if_sncvar.h>
OpenPOWER on IntegriCloud