From 4c2212401b0cd7047043ef42171a74956707a606 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Fri, 3 Sep 1999 20:11:25 +0000 Subject: Remove vestiges of old pnp code. --- sys/dev/aha/aha.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 1e875204d716..458ff062ae6b 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -58,9 +58,6 @@ * $FreeBSD$ */ -/* #include "pnp.h" */ -#define NPNP 0 - #include #include #include @@ -83,11 +80,6 @@ #include #include -#if NPNP > 0 -#include -#include /* XXX pnp isn't x86 only */ -#endif - #include struct aha_softc *aha_softcs[NAHATOT]; -- cgit v1.3