From b7f989d004c33d54f672a11b4e31f74527ac7842 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 29 Jan 2000 18:22:33 +0000 Subject: Remove #include "eisa.h" and #if NEISA > 0 --- sys/dev/ahb/ahb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index 2b8efcb..3ee5149 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -28,8 +28,6 @@ * $FreeBSD$ */ -#include "eisa.h" -#if NEISA > 0 #include /* For offsetof() */ #include @@ -1360,5 +1358,3 @@ static driver_t ahb_eisa_driver = { static devclass_t ahb_devclass; DRIVER_MODULE(ahb, eisa, ahb_eisa_driver, ahb_devclass, 0, 0); - -#endif /* NEISA */ -- cgit v1.1