aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-25 01:56:27 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-25 01:56:27 +0000
commitd42df83312255e35e1c8c8acb8c14a2c545dd7b3 (patch)
tree6d80cd2b8f055059153f6247e816c08c98983175 /sys/dev
parent45ece682fdf58bb78484df9ad18f6bc1753e5072 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cy/cy_pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index fddea78793821..f7e2414a1e228 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -27,10 +27,6 @@
* $FreeBSD$
*/
-#ifdef COMPILING_LINT
-#warning "The cy pci driver is broken and is not compiled with LINT"
-#else
-
/*
* Cyclades Y PCI serial interface driver
*/
@@ -161,4 +157,3 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
-#endif