add missing #define for the non-debug case.
This commit is contained in:
parent
79ddde082a
commit
dc6ebb1bca
@ -529,6 +529,7 @@ extern void DO_HALDEBUG(struct ath_hal *ah, u_int mask, const char* fmt, ...)
|
|||||||
__printflike(3,4);
|
__printflike(3,4);
|
||||||
#else
|
#else
|
||||||
#define HALDEBUG(_ah, __m, _fmt, ...)
|
#define HALDEBUG(_ah, __m, _fmt, ...)
|
||||||
|
#define HALDEBUG_G(_ah, __m, _fmt, ...)
|
||||||
#endif /* AH_DEBUG */
|
#endif /* AH_DEBUG */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user