diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-09-20 19:34:17 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-09-20 19:34:17 +0000 |
| commit | 4d678f2674d4cbe1c6d5889e8fc0428e0ee98237 (patch) | |
| tree | f9521867d471f2ca6d2173660943d17427de45fe /sys/dev/aic | |
| parent | 07dad7e607ae00e00c7675edf2757322d6b6402b (diff) | |
Notes
Diffstat (limited to 'sys/dev/aic')
| -rw-r--r-- | sys/dev/aic/aic.c | 1 | ||||
| -rw-r--r-- | sys/dev/aic/aic_cbus.c | 1 | ||||
| -rw-r--r-- | sys/dev/aic/aic_isa.c | 1 | ||||
| -rw-r--r-- | sys/dev/aic/aic_pccard.c | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/aic/aic.c b/sys/dev/aic/aic.c index b95a8d8f1907..4ea9a0858e5b 100644 --- a/sys/dev/aic/aic.c +++ b/sys/dev/aic/aic.c @@ -29,7 +29,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/sysctl.h> #include <sys/bus.h> #include <machine/bus_pio.h> diff --git a/sys/dev/aic/aic_cbus.c b/sys/dev/aic/aic_cbus.c index 847aadc74f10..21da0051a13c 100644 --- a/sys/dev/aic/aic_cbus.c +++ b/sys/dev/aic/aic_cbus.c @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/systm.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/bus.h> diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c index c7eb09345d2c..7cbcbcf26a99 100644 --- a/sys/dev/aic/aic_isa.c +++ b/sys/dev/aic/aic_isa.c @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/systm.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/bus.h> diff --git a/sys/dev/aic/aic_pccard.c b/sys/dev/aic/aic_pccard.c index 5beeedca0931..3727b252793c 100644 --- a/sys/dev/aic/aic_pccard.c +++ b/sys/dev/aic/aic_pccard.c @@ -27,7 +27,6 @@ */ #include <sys/param.h> -#include <sys/systm.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/bus.h> @@ -37,7 +36,6 @@ #include <machine/resource.h> #include <sys/rman.h> -#include <dev/aic/aic6360reg.h> #include <dev/aic/aicvar.h> struct aic_pccard_softc { |
