Re: [PATCH] eata: Convert eata driver as normal PCI and platform device drivers

From: kbuild test robot
Date: Mon Feb 29 2016 - 22:18:10 EST


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

Attachment: .config.gz
Description: Binary data