Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -43,7 +43,7 @@ static u32 orig_pci_err_en;
static u32 orig_l2_err_disable;
static u32 orig_l2_err_disable;
static u32 orig_hid1;
static u32 orig_hid1;


const char *mpc85xx_ctl_name = "MPC85xx";
static const char *mpc85xx_ctl_name = "MPC85xx";


/************************ MC SYSFS parts ***********************************/
/************************ MC SYSFS parts ***********************************/