diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cy/cy_pci.c | 5 |
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 |
