diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-20 19:13:13 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-20 19:13:13 +0000 |
| commit | c38b6719e5f202b859e17a47519181fb9f368753 (patch) | |
| tree | f4961a819b36e1ef2a52e6ad737296255d725420 | |
| parent | e7b110dcf7d21e5de920bd27aff956cfa25020c6 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ida/ida.c | 4 | ||||
| -rw-r--r-- | sys/dev/ida/ida_disk.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index e5494c0e2f19..a609083c3403 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -38,8 +38,6 @@ * i386/eisa/ida_eisa.c */ -#include <pci.h> - #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> @@ -50,9 +48,7 @@ #include <sys/devicestat.h> #include <sys/disk.h> -#if NPCI > 0 #include <machine/bus_memio.h> -#endif #include <machine/bus_pio.h> #include <machine/bus.h> #include <sys/rman.h> diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 620f771608c2..0a919d121566 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -41,9 +41,7 @@ #include <sys/devicestat.h> #include <sys/disk.h> -#if NPCI > 0 #include <machine/bus_memio.h> -#endif #include <machine/bus_pio.h> #include <machine/bus.h> #include <sys/rman.h> |
