Hi Danilo, [auto build test ERROR on input/next] [also build test ERROR on v4.13-rc3 next-20170803] [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/Danilo-Krummrich/serio-PS-2-gpio-bit-banging-driver-for-the-serio-bus/20170801-170520 base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next config: x86_64-randconfig-ws0-08032114 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): >> drivers/input/serio/ps2-gpio.c:432:21: error: 'ps2_gpio_match' undeclared here (not in a function) .of_match_table = ps2_gpio_match, ^~~~~~~~~~~~~~ vim +/ps2_gpio_match +432 drivers/input/serio/ps2-gpio.c 426 427 static struct platform_driver ps2_gpio_driver = { 428 .probe = ps2_gpio_probe, 429 .remove = ps2_gpio_remove, 430 .driver = { 431 .name = DRIVER_NAME, > 432 .of_match_table = ps2_gpio_match, 433 }, 434 }; 435 module_platform_driver(ps2_gpio_driver); 436 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip