Skip to content

Commit

Permalink
drivers/edac: mpc85xx: add static scope
Browse files Browse the repository at this point in the history
Made a previous global variable, static in scope

Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Doug Thompson authored and Linus Torvalds committed Feb 7, 2008
1 parent f5c0454 commit cd4755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/mpc85xx_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***********************************/

Expand Down

0 comments on commit cd4755c

Please sign in to comment.