drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLE
[cascardo/linux.git] / drivers / scsi / wd719x.c
index e3da1a2..2a9da2e 100644 (file)
@@ -962,7 +962,7 @@ static void wd719x_pci_remove(struct pci_dev *pdev)
        scsi_host_put(sh);
 }
 
-static DEFINE_PCI_DEVICE_TABLE(wd719x_pci_table) = {
+static const struct pci_device_id wd719x_pci_table[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_WD, 0x3296) },
        {}
 };