]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/net/ethernet/adaptec/starfire.c
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[mirror_ubuntu-eoan-kernel.git] / drivers / net / ethernet / adaptec / starfire.c
index 40dbbf740331c49b13ac0d64ef977be6ce361993..ac7288240d5534cada9015d098cbef3e37139491 100644 (file)
@@ -285,7 +285,7 @@ enum chipset {
        CH_6915 = 0,
 };
 
-static DEFINE_PCI_DEVICE_TABLE(starfire_pci_tbl) = {
+static const struct pci_device_id starfire_pci_tbl[] = {
        { PCI_VDEVICE(ADAPTEC, 0x6915), CH_6915 },
        { 0, }
 };