diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 16:53:19 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-09-20 16:53:19 +0000 |
| commit | aa5330bbb49a08e35f20570da13995f31f4420f6 (patch) | |
| tree | 6714e8cb38e511258cbaeb38be5a1e4619c7dd2c | |
| parent | dbd2c365c9d312aa30a0a74873c84e5239e2faba (diff) | |
Notes
| -rw-r--r-- | sys/dev/stg/tmc18c30_isa.c | 8 | ||||
| -rw-r--r-- | sys/dev/stg/tmc18c30_pccard.c | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index 6a75ad94e8f3..24faae7e35d3 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 a06cc137cf47..51fbd13d42c5 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> |
