diff --git a/sys/pci/simos.c b/sys/pci/simos.c index 7944d5e7a539..040e042c4fe3 100644 --- a/sys/pci/simos.c +++ b/sys/pci/simos.c @@ -26,6 +26,10 @@ * $FreeBSD$ */ +#ifdef COMPILING_LINT +#warning "The simos driver is broken and is not compiled with LINT" +#else + #include #include #include @@ -348,3 +352,6 @@ simos_intr(int unit) simos_done(sc); } + + +#endif /* !COMPILING_LINT */