summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-09-20 16:53:19 +0000
committerphk <phk@FreeBSD.org>2002-09-20 16:53:19 +0000
commit29bf98d3e7cc7090acd1b72e121c03c4406a0fdc (patch)
tree6714e8cb38e511258cbaeb38be5a1e4619c7dd2c /sys/dev/stg
parentf2091a5e465f9d2cd99fd7ade5228dc643b549e5 (diff)
downloadFreeBSD-src-29bf98d3e7cc7090acd1b72e121c03c4406a0fdc.zip
FreeBSD-src-29bf98d3e7cc7090acd1b72e121c03c4406a0fdc.tar.gz
Remove even more Copy&Pasted sets of #includes.
Diffstat (limited to 'sys/dev/stg')
-rw-r--r--sys/dev/stg/tmc18c30_isa.c8
-rw-r--r--sys/dev/stg/tmc18c30_pccard.c8
2 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c
index 6a75ad9..24faae7 100644
--- a/sys/dev/stg/tmc18c30_isa.c
+++ b/sys/dev/stg/tmc18c30_isa.c
@@ -44,17 +44,9 @@
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/bus.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_pio.h>
#include <machine/bus.h>
#include <machine/resource.h>
diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c
index a06cc13..51fbd13 100644
--- a/sys/dev/stg/tmc18c30_pccard.c
+++ b/sys/dev/stg/tmc18c30_pccard.c
@@ -41,17 +41,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