diff options
author | peter <peter@FreeBSD.org> | 2000-01-29 18:22:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-01-29 18:22:33 +0000 |
commit | b7f989d004c33d54f672a11b4e31f74527ac7842 (patch) | |
tree | b680ed3d851ee6ebb77594d4cd784c8e6c4dd558 /sys/dev/ahb | |
parent | e841a66d6391a643019aed21992b3b23da3e4f98 (diff) | |
download | FreeBSD-src-b7f989d004c33d54f672a11b4e31f74527ac7842.zip FreeBSD-src-b7f989d004c33d54f672a11b4e31f74527ac7842.tar.gz |
Remove #include "eisa.h" and #if NEISA > 0
Diffstat (limited to 'sys/dev/ahb')
-rw-r--r-- | sys/dev/ahb/ahb.c | 4 |
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 */ |