]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/block/mtip32xx/mtip32xx.c
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[mirror_ubuntu-eoan-kernel.git] / drivers / block / mtip32xx / mtip32xx.c
index 295f3afbbef53e382d5786f9b7a09c0803c7eb66..db1e9560d8a721c5165955651462c11d5b306f0a 100644 (file)
@@ -4632,7 +4632,7 @@ static void mtip_pci_shutdown(struct pci_dev *pdev)
 }
 
 /* Table of device ids supported by this driver. */
-static DEFINE_PCI_DEVICE_TABLE(mtip_pci_tbl) = {
+static const struct pci_device_id mtip_pci_tbl[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_MICRON, P320H_DEVICE_ID) },
        { PCI_DEVICE(PCI_VENDOR_ID_MICRON, P320M_DEVICE_ID) },
        { PCI_DEVICE(PCI_VENDOR_ID_MICRON, P320S_DEVICE_ID) },