aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-06-11 21:22:32 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-06-11 21:22:32 +0000
commitd6d246bc1c94df10b3a7a8ead75d75c3e5a16e5c (patch)
tree314415148b51667d69ffe7dbe37e038379cdb249 /sys/dev/hea
parent7d1bd9c62c61d12afdf99d971c0c8af6edad27dd (diff)
Notes
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/hea/eni.c b/sys/dev/hea/eni.c
index d1b2ef316ab34..269f3767e9b29 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