summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
committerpeter <peter@FreeBSD.org>1999-07-03 20:17:08 +0000
commite5f4c63f137412a3f0691e64764e14569e7980db (patch)
tree2214af4f0dd363ebb3955ef6675f2e07918ae16b /sys/dev/cy
parent7afdd102ca81aa50337adf724b0a330ca4120544 (diff)
downloadFreeBSD-src-e5f4c63f137412a3f0691e64764e14569e7980db.zip
FreeBSD-src-e5f4c63f137412a3f0691e64764e14569e7980db.tar.gz
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
files. config will leave the whole file out if configured to do so.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index 3034dee..61848c3 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -24,16 +24,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.14 1999/05/09 17:06:43 peter Exp $
+ * $Id: cy_pci.c,v 1.15 1999/05/10 10:23:38 bde Exp $
*/
/*
* Cyclades Y PCI serial interface driver
*/
-#include "pci.h"
-#if NPCI > 0
-
#include "opt_cy_pci_fastintr.h"
#include <sys/param.h>
@@ -155,5 +152,3 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
-
-#endif /* NPCI > 0 */
OpenPOWER on IntegriCloud