summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-06-23 12:11:43 +0000
committeradrian <adrian@FreeBSD.org>2011-06-23 12:11:43 +0000
commitde5d2ef6140fa8edbd997bcacb0f51ec0a995e71 (patch)
tree6ca7dfc71bd8bb36898eda7f6d9057ec02f37ad7 /sys/dev/ath/ath_hal/ah_internal.h
parent448b26fea81ffda0c5ca4877fa8134c0682b4699 (diff)
downloadFreeBSD-src-de5d2ef6140fa8edbd997bcacb0f51ec0a995e71.zip
FreeBSD-src-de5d2ef6140fa8edbd997bcacb0f51ec0a995e71.tar.gz
add missing #define for the non-debug case.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_internal.h')
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 0959218..2bb163f 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -529,6 +529,7 @@ extern void DO_HALDEBUG(struct ath_hal *ah, u_int mask, const char* fmt, ...)
__printflike(3,4);
#else
#define HALDEBUG(_ah, __m, _fmt, ...)
+#define HALDEBUG_G(_ah, __m, _fmt, ...)
#endif /* AH_DEBUG */
/*
OpenPOWER on IntegriCloud