diff options
-rw-r--r-- | drivers/net/wireless/ath5k/debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath5k/debug.h b/drivers/net/wireless/ath5k/debug.h index 16fbb6fbab35..8c0b5c57c76b 100644 --- a/drivers/net/wireless/ath5k/debug.h +++ b/drivers/net/wireless/ath5k/debug.h | |||
@@ -165,7 +165,9 @@ ath5k_debug_printtxbuf(struct ath5k_softc *sc, | |||
165 | 165 | ||
166 | #else /* no debugging */ | 166 | #else /* no debugging */ |
167 | 167 | ||
168 | #define ATH5K_TRACE(_sc) /* empty */ | 168 | #include <linux/compiler.h> |
169 | |||
170 | #define ATH5K_TRACE(_sc) typecheck(struct ath5k_softc *, (_sc)) | ||
169 | 171 | ||
170 | static inline void __attribute__ ((format (printf, 3, 4))) | 172 | static inline void __attribute__ ((format (printf, 3, 4))) |
171 | ATH5K_DBG(struct ath5k_softc *sc, unsigned int m, const char *fmt, ...) {} | 173 | ATH5K_DBG(struct ath5k_softc *sc, unsigned int m, const char *fmt, ...) {} |