diff options
-rw-r--r-- | sys/dev/nsp/nsp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 8fd71702..954d1bb 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -41,7 +41,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#include "opt_ddb.h" #include <sys/param.h> #include <sys/systm.h> @@ -1534,10 +1533,10 @@ nspintr(arg) { nsp_error(sc, "current status", isrc, ph, irqphs); scsi_low_print(slp, NULL); -#ifdef DDB +#ifdef KDB if (nsp_debug > 1) SCSI_LOW_DEBUGGER("nsp"); -#endif /* DDB */ +#endif /* KDB */ } #endif /* NSP_DEBUG */ |