kbuild test robot <[email protected]> writes: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending > head: f651a1484426fb3233a96e643d49d08eda3b1f3c > commit: 5a63b04ed508daf5e208fde74bfcc1b3c848ee86 [15/43] Merge ath-next from > git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git > config: alpha-allyesconfig (attached as .config) > compiler: alpha-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O > ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 5a63b04ed508daf5e208fde74bfcc1b3c848ee86 > # save the attached .config to linux build tree > make.cross ARCH=alpha > > Note: the ath6kl/pending HEAD f651a1484426fb3233a96e643d49d08eda3b1f3c builds > fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > > drivers/net//wireless/ath/ath10k/pci.c: In function > 'ath10k_pci_pm_suspend': >>> drivers/net//wireless/ath/ath10k/pci.c:3416:8: error: implicit >>> declaration of function 'ath10k_pci_suspend' >>> [-Werror=implicit-function-declaration] > ret = ath10k_pci_suspend(ar); > ^~~~~~~~~~~~~~~~~~ > drivers/net//wireless/ath/ath10k/pci.c: In function 'ath10k_pci_pm_resume': >>> drivers/net//wireless/ath/ath10k/pci.c:3428:8: error: implicit >>> declaration of function 'ath10k_pci_resume' >>> [-Werror=implicit-function-declaration] > ret = ath10k_pci_resume(ar); > ^~~~~~~~~~~~~~~~~ > cc1: some warnings being treated as errors
This is fixed by a patch from Brian which I applied later, so we should be able to ignore this warning. -- Kalle Valo _______________________________________________ ath10k mailing list [email protected] http://lists.infradead.org/mailman/listinfo/ath10k
