summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-29 18:22:33 +0000
committerpeter <peter@FreeBSD.org>2000-01-29 18:22:33 +0000
commitb7f989d004c33d54f672a11b4e31f74527ac7842 (patch)
treeb680ed3d851ee6ebb77594d4cd784c8e6c4dd558 /sys
parente841a66d6391a643019aed21992b3b23da3e4f98 (diff)
downloadFreeBSD-src-b7f989d004c33d54f672a11b4e31f74527ac7842.zip
FreeBSD-src-b7f989d004c33d54f672a11b4e31f74527ac7842.tar.gz
Remove #include "eisa.h" and #if NEISA > 0
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ahb/ahb.c4
1 files changed, 0 insertions, 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 <stddef.h> /* For offsetof() */
#include <sys/param.h>
@@ -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 */
OpenPOWER on IntegriCloud