diff options
Diffstat (limited to 'drivers/edac/i5000_edac.c')
-rw-r--r-- | drivers/edac/i5000_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c index 4dc3ac25a422..a2680d8e744b 100644 --- a/drivers/edac/i5000_edac.c +++ b/drivers/edac/i5000_edac.c | |||
@@ -1516,7 +1516,7 @@ static void __devexit i5000_remove_one(struct pci_dev *pdev) | |||
1516 | * | 1516 | * |
1517 | * The "E500P" device is the first device supported. | 1517 | * The "E500P" device is the first device supported. |
1518 | */ | 1518 | */ |
1519 | static const struct pci_device_id i5000_pci_tbl[] __devinitdata = { | 1519 | static DEFINE_PCI_DEVICE_TABLE(i5000_pci_tbl) = { |
1520 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_I5000_DEV16), | 1520 | {PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_I5000_DEV16), |
1521 | .driver_data = I5000P}, | 1521 | .driver_data = I5000P}, |
1522 | 1522 | ||