On Monday 21 July 2014 14:32:23 Simon Wunderlich wrote: > diff --git a/drivers/net/wireless/ath/ath10k/Makefile > b/drivers/net/wireless/ath/ath10k/Makefile index 2110a5c..e1dcefd 100644 > --- a/drivers/net/wireless/ath/ath10k/Makefile > +++ b/drivers/net/wireless/ath/ath10k/Makefile > @@ -8,7 +8,8 @@ ath10k_core-y += mac.o \ > htt_tx.o \ > txrx.o \ > wmi.o \ > - bmi.o > + bmi.o \ > + spectral.o ath9k doesn't compile the debugfs+spectral source files when CONFIG_ATH9K_DEBUGFS is not enabled. So this most likely has to be changed to ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o Otherwise the static inline functions in the spectral.h may collide with the functions inside spectral.c when CONFIG_ATH10K_DEBUGFS is disabled. Kind regards, Sven -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html