[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201606281427.iovLfzW6%fengguang.wu@intel.com>
Date: Tue, 28 Jun 2016 14:25:36 +0800
From: kbuild test robot <lkp@...el.com>
To: Keerthy <j-keerthy@...com>
Cc: kbuild-all@...org, dmitry.torokhov@...il.com,
linus.walleij@...aro.org, gnurou@...il.com, lee.jones@...aro.org,
broonie@...nel.org, tony@...mide.com, linux-omap@...r.kernel.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-gpio@...r.kernel.org, linux-input@...r.kernel.org,
robh+dt@...nel.org, linux-arm-kernel@...ts.infradead.org,
j-keerthy@...com
Subject: Re: [PATCH v3 03/10] input: tps65218-pwrbutton: Add
platform_device_id table
Hi,
[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.7-rc5 next-20160627]
[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/Keerthy/mfd-tps65218-Clean-ups/20160628-141354
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-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/tps65218-pwrbutton.c:120:1: error: expected ',' or ';' before 'extern'
vim +120 drivers/input/misc/tps65218-pwrbutton.c
114 MODULE_DEVICE_TABLE(of, of_tps65218_pwr_match);
115
116 static const struct platform_device_id tps65218_pwrbtn_id_table[] = {
117 { "tps65218-pwrbutton", },
118 { /* sentinel */ }
119 }
> 120 MODULE_DEVICE_TABLE(platform, tps65218_pwrbtn_id_table);
121
122 static struct platform_driver tps65218_pwron_driver = {
123 .probe = tps65218_pwron_probe,
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/octet-stream" (44836 bytes)
Powered by blists - more mailing lists