On Wed, Apr 03, 2024 at 10:06:48AM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > Building with W=1 shows a warning for an unused variable when CONFIG_PCI > is diabled: > > drivers/ata/sata_mv.c:790:35: error: unused variable 'mv_pci_tbl' [-Werror,-Wunused-const-variable] > static const struct pci_device_id mv_pci_tbl[] = { > > Move the table into the same block that containsn the pci_driver > definition. ... > + { } /* terminate list */ > +}; > + Too many blank lines now. > > static struct pci_driver mv_pci_driver = { > .name = DRV_NAME, -- With Best Regards, Andy Shevchenko