Hi, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.7-rc2 next-20160609] [cannot apply to input/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/John-Stultz/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804 base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next config: tile-allmodconfig (attached as .config) compiler: tilegx-linux-gcc (GCC) 4.6.2 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=tile All errors (new ones prefixed by >>): drivers/input/misc/hisi_powerkey.c:135:1: error: 'hi65xx_powerkey_of_match' undeclared here (not in a function) >> drivers/input/misc/hisi_powerkey.c:135:1: error: '__mod_of__hi65xx_powerkey_of_match_device_table' aliased to undefined symbol 'hi65xx_powerkey_of_match' vim +135 drivers/input/misc/hisi_powerkey.c 129 static int hi65xx_powerkey_remove(struct platform_device *pdev) 130 { 131 device_init_wakeup(&pdev->dev, 0); 132 return 0; 133 } 134 > 135 MODULE_DEVICE_TABLE(of, hi65xx_powerkey_of_match); 136 137 static struct platform_driver hi65xx_powerkey_driver = { 138 .driver = { --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation