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

kbuild test robot lkp at intel.com
Sat Dec 5 16:19:51 PST 2015


Hi Steve,

[auto build test ERROR on net-next/master]
[also build test ERROR on v4.4-rc3 next-20151203]

url:    https://github.com/0day-ci/linux/commits/Steve-deRosier/ath6kl_sdio-add-control-of-CHIP_PWD_L-via-GPIO/20151123-123006
config: mips-allmodconfig (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=mips 

All errors (new ones prefixed by >>):

>> drivers/net/wireless/ath/ath6kl/sdio.c:81:38: error: 'ARCH_NR_GPIOS' undeclared here (not in a function)
    static unsigned int reset_pwd_gpio = ARCH_NR_GPIOS;
                                         ^

vim +/ARCH_NR_GPIOS +81 drivers/net/wireless/ath/ath6kl/sdio.c

    75	 * spurious warning:
    76	 * "ath6kl_sdio: probe of mmc0:0001:1 failed with error -110"
    77	 *
    78	 * Time chosen experimentally, with padding
    79	 */
    80	#define ATH6KL_MMC_PROBE_DELAY	150
  > 81	static unsigned int reset_pwd_gpio = ARCH_NR_GPIOS;
    82	#ifdef CONFIG_GPIOLIB
    83	module_param(reset_pwd_gpio, uint, 0644);
    84	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: 39732 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/ath6kl/attachments/20151206/d5c995f5/attachment-0001.obj>


More information about the ath6kl mailing list