diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index 8fd71702140..954d1bb9889 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -41,7 +41,6 @@ #include __FBSDID("$FreeBSD$"); -#include "opt_ddb.h" #include #include @@ -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 */