diff options
-rw-r--r-- | sys/dev/hea/eni.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c index d1b2ef3..269f376 100644 --- a/sys/dev/hea/eni.c +++ b/sys/dev/hea/eni.c @@ -35,10 +35,6 @@ * */ -#ifdef COMPILING_LINT -#warning "The eni driver is broken and is not compiled with LINT" -#else - #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> @@ -697,4 +693,3 @@ eni_pci_shutdown ( eup, howto ) } #endif /* BSD < 199506 */ #endif -#endif |