[PATCH v2 1/2] ath6kl_sdio: Add reset gpio module parameter for CHIP_PWD_L pin

kbuild test robot lkp at intel.com
Wed Nov 18 16:02:33 PST 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 34707 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath6kl/attachments/20151119/9775369f/attachment-0001.obj>


More information about the ath6kl mailing list