aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-01-29 18:22:33 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-01-29 18:22:33 +0000
commit86edd75342b433571dbaa399b831905a6e1fea36 (patch)
treefc16a1e97a3597a65d2f944fd4e6b541fbae023c
parentd835c5043b0702c2a43cdb78e0024e55bd91444f (diff)
Notes
-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 2b8efcbd3801..3ee5149cefdb 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 */