aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/e7xxx_edac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac/e7xxx_edac.c')
-rw-r--r--drivers/edac/e7xxx_edac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/e7xxx_edac.c b/drivers/edac/e7xxx_edac.c
index e7537413cad2..8001797a6bc5 100644
--- a/drivers/edac/e7xxx_edac.c
+++ b/drivers/edac/e7xxx_edac.c
@@ -383,7 +383,7 @@ static int e7xxx_probe1(struct pci_dev *pdev, int dev_idx)
383 mci->edac_ctl_cap = 383 mci->edac_ctl_cap =
384 EDAC_FLAG_NONE | EDAC_FLAG_SECDED | EDAC_FLAG_S4ECD4ED; 384 EDAC_FLAG_NONE | EDAC_FLAG_SECDED | EDAC_FLAG_S4ECD4ED;
385 /* FIXME - what if different memory types are in different csrows? */ 385 /* FIXME - what if different memory types are in different csrows? */
386 mci->mod_name = BS_MOD_STR; 386 mci->mod_name = EDAC_MOD_STR;
387 mci->mod_ver = "$Revision: 1.5.2.9 $"; 387 mci->mod_ver = "$Revision: 1.5.2.9 $";
388 mci->pdev = pdev; 388 mci->pdev = pdev;
389 389
@@ -536,7 +536,7 @@ MODULE_DEVICE_TABLE(pci, e7xxx_pci_tbl);
536 536
537 537
538static struct pci_driver e7xxx_driver = { 538static struct pci_driver e7xxx_driver = {
539 .name = BS_MOD_STR, 539 .name = EDAC_MOD_STR,
540 .probe = e7xxx_init_one, 540 .probe = e7xxx_init_one,
541 .remove = __devexit_p(e7xxx_remove_one), 541 .remove = __devexit_p(e7xxx_remove_one),
542 .id_table = e7xxx_pci_tbl, 542 .id_table = e7xxx_pci_tbl,