summaryrefslogtreecommitdiffstats
path: root/sys/dev/ncv
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-20 16:49:36 +0000
committerphk <phk@FreeBSD.org>2002-09-20 16:49:36 +0000
commitcded68f0c0d2360185b008cc416740231318cb0e (patch)
tree416e5f8626afcf60dd4fb86623399c3a98f8dc4a /sys/dev/ncv
parent71d14738017ad8c7e3de9ce1cf9024c57d5b75c9 (diff)
downloadFreeBSD-src-cded68f0c0d2360185b008cc416740231318cb0e.zip
FreeBSD-src-cded68f0c0d2360185b008cc416740231318cb0e.tar.gz
Remove #include of <sys/disklabel.h> (and a few other unused #includes I
noticed while here). Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/dev/ncv')
-rw-r--r--sys/dev/ncv/ncr53c500_pccard.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c
index 670965f..8da6271 100644
--- a/sys/dev/ncv/ncr53c500_pccard.c
+++ b/sys/dev/ncv/ncr53c500_pccard.c
@@ -39,17 +39,9 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/disklabel.h>
-#if defined(__FreeBSD__) && __FreeBSD_version >= 500001
-#include <sys/bio.h>
-#endif
-#include <sys/buf.h>
-#include <sys/queue.h>
#include <sys/malloc.h>
#include <sys/errno.h>
-#include <vm/vm.h>
-
#include <machine/bus.h>
#include <machine/bus_pio.h>
#include <machine/dvcfg.h>
OpenPOWER on IntegriCloud