Hi Steve, [auto build test ERROR on wireless-drivers-next/master] [also build test ERROR on v4.4-rc1 next-20151118] url: https://github.com/0day-ci/linux/commits/Steve-deRosier/ath6kl_sdio-add-control-of-CHIP_PWD_L-via-GPIO/20151119-072439 base: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master config: m68k-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=m68k All errors (new ones prefixed by >>): >> drivers/net/wireless/ath/ath6kl/sdio.c:74:38: error: 'ARCH_NR_GPIOS' undeclared here (not in a function) static unsigned int reset_pwd_gpio = ARCH_NR_GPIOS; ^ vim +/ARCH_NR_GPIOS +74 drivers/net/wireless/ath/ath6kl/sdio.c 68 69 /* protects access to wr_asyncq */ 70 spinlock_t wr_async_lock; 71 72 }; 73 > 74 static unsigned int reset_pwd_gpio = ARCH_NR_GPIOS; 75 #ifdef CONFIG_GPIOLIB 76 module_param(reset_pwd_gpio, uint, 0644); 77 MODULE_PARM_DESC(reset_pwd_gpio, "WIFI CHIP_PWD reset pin GPIO"); --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data
_______________________________________________ ath6kl mailing list ath6kl@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/ath6kl