diff options
Diffstat (limited to 'drivers/edac/i82975x_edac.c')
-rw-r--r-- | drivers/edac/i82975x_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i82975x_edac.c b/drivers/edac/i82975x_edac.c index 4184e0171f00..0cd8368f88f8 100644 --- a/drivers/edac/i82975x_edac.c +++ b/drivers/edac/i82975x_edac.c | |||
@@ -612,7 +612,7 @@ static void __devexit i82975x_remove_one(struct pci_dev *pdev) | |||
612 | edac_mc_free(mci); | 612 | edac_mc_free(mci); |
613 | } | 613 | } |
614 | 614 | ||
615 | static const struct pci_device_id i82975x_pci_tbl[] __devinitdata = { | 615 | static DEFINE_PCI_DEVICE_TABLE(i82975x_pci_tbl) = { |
616 | { | 616 | { |
617 | PCI_VEND_DEV(INTEL, 82975_0), PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 617 | PCI_VEND_DEV(INTEL, 82975_0), PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
618 | I82975X | 618 | I82975X |