diff options
Diffstat (limited to 'sys/dev/aac/aac_debug.c')
-rw-r--r-- | sys/dev/aac/aac_debug.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 11cfee1..0ebb73c 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -32,7 +32,9 @@ /* * Debugging support. */ +#include "opt_aac.h" +#ifdef AAC_DEBUG #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> @@ -489,4 +491,5 @@ aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif) break; } } +#endif /* AAC_DEBUG */ #endif |