diff options
Diffstat (limited to 'sys/i386/isa/cx.c')
-rw-r--r-- | sys/i386/isa/cx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/isa/cx.c b/sys/i386/isa/cx.c index 9240be5..3bca982 100644 --- a/sys/i386/isa/cx.c +++ b/sys/i386/isa/cx.c @@ -21,7 +21,6 @@ #undef DEBUG #include "cx.h" -#if NCX > 0 #include <sys/param.h> #include <sys/systm.h> @@ -954,4 +953,3 @@ SYSINIT(cxdev,SI_SUB_DRIVERS,SI_ORDER_MIDDLE+CDEV_MAJOR,cx_drvinit,NULL) #endif -#endif /* NCX */ |