diff options
Diffstat (limited to 'drivers/edac/amd64_edac.c')
-rw-r--r-- | drivers/edac/amd64_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c index 03807283aca..7ef73c919c5 100644 --- a/drivers/edac/amd64_edac.c +++ b/drivers/edac/amd64_edac.c | |||
@@ -2707,7 +2707,7 @@ static void __devexit amd64_remove_one_instance(struct pci_dev *pdev) | |||
2707 | * PCI core identifies what devices are on a system during boot, and then | 2707 | * PCI core identifies what devices are on a system during boot, and then |
2708 | * inquiry this table to see if this driver is for a given device found. | 2708 | * inquiry this table to see if this driver is for a given device found. |
2709 | */ | 2709 | */ |
2710 | static const struct pci_device_id amd64_pci_table[] __devinitdata = { | 2710 | static DEFINE_PCI_DEVICE_TABLE(amd64_pci_table) = { |
2711 | { | 2711 | { |
2712 | .vendor = PCI_VENDOR_ID_AMD, | 2712 | .vendor = PCI_VENDOR_ID_AMD, |
2713 | .device = PCI_DEVICE_ID_AMD_K8_NB_MEMCTL, | 2713 | .device = PCI_DEVICE_ID_AMD_K8_NB_MEMCTL, |