diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-10-11 19:05:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-10-11 19:05:21 +0000 |
| commit | d17298bf1cb5b0824637e76cc3c0afa1c2c0a0bc (patch) | |
| tree | 2193f43f5c4b2922364d10c47bd74fce30c65167 /sys/dev/aha | |
| parent | 4ec8d172a9c0fb6d59ecc50d3f3ac07b6579128f (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha.c | 1 | ||||
| -rw-r--r-- | sys/dev/aha/aha_isa.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 223e12bd3468..6b15268b86db 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -63,7 +63,6 @@ #include <sys/malloc.h> #include <sys/buf.h> #include <sys/kernel.h> -#include <sys/sysctl.h> #include <machine/bus_pio.h> #include <machine/bus.h> diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index d74d17eaa957..cb55409bcb95 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -42,7 +42,6 @@ #include <sys/bus.h> #include <sys/rman.h> -#include <isa/isareg.h> #include <isa/isavar.h> #include <dev/aha/ahareg.h> |
