diff options
| author | Scott Long <scottl@FreeBSD.org> | 2001-08-05 06:20:13 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2001-08-05 06:20:13 +0000 |
| commit | f6c4dd3f48a503debb165c4cd30b4bf1aa2a73c2 (patch) | |
| tree | 3a794b5f660cb598e442eb4b8dd511317a8071d6 /sys/dev/aac/aac_debug.c | |
| parent | fadfef893fc310adfeb8c138b6a811779423d5bc (diff) | |
Notes
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 11cfee10f8f1..0ebb73c94f06 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 |
