diff options
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 50cec6fba0dc7..1e875204d716a 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -58,7 +58,8 @@ * $FreeBSD$ */ -#include "pnp.h" +/* #include "pnp.h" */ +#define NPNP 0 #include <sys/param.h> #include <sys/systm.h> |
