summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-03-20 19:13:13 +0000
committerimp <imp@FreeBSD.org>2002-03-20 19:13:13 +0000
commit1cd0b5b451d94469e7e1f4702cffff7598942d42 (patch)
treef4961a819b36e1ef2a52e6ad737296255d725420 /sys/dev/ida/ida.c
parent5281a9d63695c565f54336cedf4110e0391102df (diff)
downloadFreeBSD-src-1cd0b5b451d94469e7e1f4702cffff7598942d42.zip
FreeBSD-src-1cd0b5b451d94469e7e1f4702cffff7598942d42.tar.gz
No need to conditionalize on pci being in the kernel for this
Diffstat (limited to 'sys/dev/ida/ida.c')
-rw-r--r--sys/dev/ida/ida.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c
index e5494c0..a609083 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>
OpenPOWER on IntegriCloud