aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/mpc85xx_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mpc85xx_edac.c b/drivers/edac/mpc85xx_edac.c
index fd1726e2b425..065732ddf40c 100644
--- a/drivers/edac/mpc85xx_edac.c
+++ b/drivers/edac/mpc85xx_edac.c
@@ -43,7 +43,7 @@ static u32 orig_pci_err_en;
43static u32 orig_l2_err_disable; 43static u32 orig_l2_err_disable;
44static u32 orig_hid1; 44static u32 orig_hid1;
45 45
46const char *mpc85xx_ctl_name = "MPC85xx"; 46static const char *mpc85xx_ctl_name = "MPC85xx";
47 47
48/************************ MC SYSFS parts ***********************************/ 48/************************ MC SYSFS parts ***********************************/
49 49