diff options
Diffstat (limited to 'sys/dev/cy/cy_pci.c')
-rw-r--r-- | sys/dev/cy/cy_pci.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index f7e2414..fddea78 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -27,6 +27,10 @@ * $FreeBSD$ */ +#ifdef COMPILING_LINT +#warning "The cy pci driver is broken and is not compiled with LINT" +#else + /* * Cyclades Y PCI serial interface driver */ @@ -157,3 +161,4 @@ fail: /* XXX should release any allocated virtual memory */ return; } +#endif |