1 --- a/drivers/net/wireless/ath/Makefile
2 +++ b/drivers/net/wireless/ath/Makefile
3 @@ -8,6 +8,5 @@ obj-$(CONFIG_ATH_COMMON) += ath.o
9 -ath-$(CONFIG_ATH_DEBUG) += debug.o
12 --- a/drivers/net/wireless/ath/ath.h
13 +++ b/drivers/net/wireless/ath/ath.h
14 @@ -277,13 +277,6 @@ ath_dbg(struct ath_common *common, enum
15 #endif /* CONFIG_ATH_DEBUG */
17 /** Returns string describing opmode, or NULL if unknown mode. */
18 -#ifdef CONFIG_ATH_DEBUG
19 const char *ath_opmode_to_string(enum nl80211_iftype opmode);
21 -static inline const char *ath_opmode_to_string(enum nl80211_iftype opmode)