From e5f4c63f137412a3f0691e64764e14569e7980db Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 3 Jul 1999 20:17:08 +0000 Subject: Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire files. config will leave the whole file out if configured to do so. --- sys/dev/ida/ida_pci.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/dev/ida') diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 95af154..23446f1 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -23,12 +23,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: ida_pci.c,v 1.1 1999/06/24 03:32:07 jlemon Exp $ */ -#include -#if NPCI > 0 - #include #include #include @@ -195,5 +192,3 @@ ida_pci_print_child(device_t bus, device_t dev) } DRIVER_MODULE(ida, pci, ida_pci_driver, ida_devclass, 0, 0); - -#endif /* NPCI > 0 */ -- cgit v1.1