From 1cd0b5b451d94469e7e1f4702cffff7598942d42 Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 20 Mar 2002 19:13:13 +0000 Subject: No need to conditionalize on pci being in the kernel for this --- sys/dev/ida/ida.c | 4 ---- sys/dev/ida/ida_disk.c | 2 -- 2 files changed, 6 deletions(-) (limited to 'sys/dev/ida') 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 - #include #include #include @@ -50,9 +48,7 @@ #include #include -#if NPCI > 0 #include -#endif #include #include #include diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 620f771..0a919d1 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -41,9 +41,7 @@ #include #include -#if NPCI > 0 #include -#endif #include #include #include -- cgit v1.1