[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201603011103.wuJR8fK0%fengguang.wu@intel.com>
Date: Tue, 1 Mar 2016 11:16:36 +0800
From: kbuild test robot <lkp@...el.com>
To: Jiang Liu <jiang.liu@...ux.intel.com>
Cc: kbuild-all@...org, Dario Ballabio <ballabio_dario@....com>,
"James E.J. Bottomley" <JBottomley@...n.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Jiang Liu <jiang.liu@...ux.intel.com>,
Hannes Reinecke <hare@...e.de>,
"Ballabio, Dario" <dario.ballabio@....com>,
Christoph Hellwig <hch@...radead.org>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] eata: Convert eata driver as normal PCI and platform
device drivers
Hi Jiang,
[auto build test ERROR on scsi/for-next]
[also build test ERROR on v4.5-rc6 next-20160229]
[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/Jiang-Liu/eata-Convert-eata-driver-as-normal-PCI-and-platform-device-drivers/20160301-105821
base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
config: alpha-allyesconfig (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=alpha
All errors (new ones prefixed by >>):
drivers/scsi/eata.c:1531:1: warning: data definition has no type or storage class
MODULE_DEVICE_TABLE(pci, eata2x_tbl);
^
>> drivers/scsi/eata.c:1531:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]
drivers/scsi/eata.c:1531:1: warning: parameter names (without types) in function declaration
drivers/scsi/eata.c:2633:1: warning: data definition has no type or storage class
module_init(eata2x_init);
^
drivers/scsi/eata.c:2633:1: error: type defaults to 'int' in declaration of 'module_init' [-Werror=implicit-int]
drivers/scsi/eata.c:2633:1: warning: parameter names (without types) in function declaration
drivers/scsi/eata.c:2634:1: warning: data definition has no type or storage class
module_exit(eata2x_exit);
^
drivers/scsi/eata.c:2634:1: error: type defaults to 'int' in declaration of 'module_exit' [-Werror=implicit-int]
drivers/scsi/eata.c:2634:1: warning: parameter names (without types) in function declaration
drivers/scsi/eata.c:1655:19: warning: 'eata2x_init' defined but not used [-Wunused-function]
static int __init eata2x_init(void)
^
cc1: some warnings being treated as errors
vim +1531 drivers/scsi/eata.c
1525 }
1526
1527 static struct pci_device_id eata2x_tbl[] = {
1528 { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_SCSI << 8, PCI_ANY_ID) },
1529 { },
1530 };
> 1531 MODULE_DEVICE_TABLE(pci, eata2x_tbl);
1532
1533 static struct pci_driver eata2x_pci_driver = {
1534 .name = "eata_pci",
---
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" (45062 bytes)
Powered by blists - more mailing lists