aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aac/aac_debug.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-08-29 23:34:05 +0000
committerScott Long <scottl@FreeBSD.org>2001-08-29 23:34:05 +0000
commit36e0bf6e9c7d06434c5c9d4435aafead0908022b (patch)
tree9664aff7481b95b2f50a88ff50e381ca89fc4235 /sys/dev/aac/aac_debug.c
parent719077d1be5555dfb906b27873512133871d9f3e (diff)
Notes
Diffstat (limited to 'sys/dev/aac/aac_debug.c')
-rw-r--r--sys/dev/aac/aac_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c
index 0ebb73c94f06..1db2d50e5706 100644
--- a/sys/dev/aac/aac_debug.c
+++ b/sys/dev/aac/aac_debug.c
@@ -34,7 +34,6 @@
*/
#include "opt_aac.h"
-#ifdef AAC_DEBUG
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@@ -492,4 +491,3 @@ aac_print_aif(struct aac_softc *sc, struct aac_aif_command *aif)
}
}
#endif /* AAC_DEBUG */
-#endif