Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1324838

Re: [PATCH] clk: gpio: Make into a platform driver

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH] clk: gpio: Make into a platform driver
Date 2016-02-03 03:30 +0100
Message-ID <qXVmF-49G-9@gated-at.bofh.it> (permalink)
References <qXUqB-3w4-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Stephen,

[auto build test ERROR on clk/clk-next]
[also build test ERROR on v4.5-rc2 next-20160202]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Stephen-Boyd/clk-gpio-Make-into-a-platform-driver/20160203-092337
base:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
config: mips-maltaaprp_defconfig (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 error/warnings (new ones prefixed by >>):

>> drivers/clk/clk-gpio.c:263:1: warning: data definition has no type or storage class
    MODULE_DEVICE_TABLE(of, gpio_clk_match_table);
    ^
>> drivers/clk/clk-gpio.c:263:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]
>> drivers/clk/clk-gpio.c:263:1: warning: parameter names (without types) in function declaration
   cc1: some warnings being treated as errors

vim +263 drivers/clk/clk-gpio.c

   257	
   258	static const struct of_device_id gpio_clk_match_table[] = {
   259		{ .compatible = "gpio-mux-clock" },
   260		{ .compatible = "gpio-gate-clock" },
   261		{ }
   262	};
 > 263	MODULE_DEVICE_TABLE(of, gpio_clk_match_table);
   264	
   265	static struct platform_driver gpio_clk_driver = {
   266		.probe		= gpio_clk_driver_probe,

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] clk: gpio: Make into a platform driver Stephen Boyd <sboyd@codeaurora.org> - 2016-02-03 02:30 +0100
  Re: [PATCH] clk: gpio: Make into a platform driver kbuild test robot <lkp@intel.com> - 2016-02-03 03:30 +0100

csiph-web