PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
[sfrench/cifs-2.6.git] / drivers / block / rsxx / core.c
index a8de2eec6ff3011313c44717353f69a64f0f4f00..820b4009d5f7cd7cf15c3b337fabee707f972b2a 100644 (file)
@@ -1137,7 +1137,7 @@ static const struct pci_error_handlers rsxx_err_handler = {
        .slot_reset     = rsxx_slot_reset,
 };
 
-static DEFINE_PCI_DEVICE_TABLE(rsxx_pci_ids) = {
+static const struct pci_device_id rsxx_pci_ids[] = {
        {PCI_DEVICE(PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_FS70_FLASH)},
        {PCI_DEVICE(PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_FS80_FLASH)},
        {0,},