lkml.org 
[lkml]   [2017]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus
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
[unhandled content-type:application/gzip]
\
 
 \ /
  Last update: 2017-08-03 18:27    [W:5.995 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site