]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/mfd/janz-cmodio.c
mfd: Remove DEFINE_PCI_DEVICE_TABLE macro
[mirror_ubuntu-bionic-kernel.git] / drivers / mfd / janz-cmodio.c
index fcbb2e9dfd3706af3d6dd0cccfaa6f45693d7328..81b7d88af3135cc7d26bd0e3afb842497b58024c 100644 (file)
@@ -265,7 +265,7 @@ static void cmodio_pci_remove(struct pci_dev *dev)
 #define PCI_VENDOR_ID_JANZ             0x13c3
 
 /* The list of devices that this module will support */
-static DEFINE_PCI_DEVICE_TABLE(cmodio_pci_ids) = {
+static const struct pci_device_id cmodio_pci_ids[] = {
        { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9030, PCI_VENDOR_ID_JANZ, 0x0101 },
        { PCI_VENDOR_ID_PLX, PCI_DEVICE_ID_PLX_9050, PCI_VENDOR_ID_JANZ, 0x0100 },
        { 0, }