diff options
author | Doug Thompson <dougthompson@xmission.com> | 2008-02-07 03:15:02 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:23 -0500 |
commit | cd4755c2a9e691ada331084a76ac4458c4ff2749 (patch) | |
tree | 4b43c47bd06cebac7fcaae763680fbcfcacd3d15 /drivers/edac | |
parent | f5c0454c865487822d030a820062c6c8f1565c5c (diff) |
drivers/edac: mpc85xx: add static scope
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>
Diffstat (limited to 'drivers/edac')
-rw-r--r-- | drivers/edac/mpc85xx_edac.c | 2 |
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; | |||
43 | static u32 orig_l2_err_disable; | 43 | static u32 orig_l2_err_disable; |
44 | static u32 orig_hid1; | 44 | static u32 orig_hid1; |
45 | 45 | ||
46 | const char *mpc85xx_ctl_name = "MPC85xx"; | 46 | static const char *mpc85xx_ctl_name = "MPC85xx"; |
47 | 47 | ||
48 | /************************ MC SYSFS parts ***********************************/ | 48 | /************************ MC SYSFS parts ***********************************/ |
49 | 49 | ||