Commit cd4755c2 authored by Doug Thompson's avatar Doug Thompson Committed by Linus Torvalds

drivers/edac: mpc85xx: add static scope

Made a previous global variable, static in scope
Signed-off-by: default avatarDoug Thompson <dougthompson@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f5c0454c
......@@ -43,7 +43,7 @@ static u32 orig_pci_err_en;
static u32 orig_l2_err_disable;
static u32 orig_hid1;
const char *mpc85xx_ctl_name = "MPC85xx";
static const char *mpc85xx_ctl_name = "MPC85xx";
/************************ MC SYSFS parts ***********************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment