From: Andrew Morton Cc: Alan Cox Cc: Douglas Thompson Signed-off-by: Andrew Morton --- drivers/edac/mv64x60_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/mv64x60_edac.c~drivers-edac-add-marvell-mv64x60-driver-fix drivers/edac/mv64x60_edac.c --- a/drivers/edac/mv64x60_edac.c~drivers-edac-add-marvell-mv64x60-driver-fix +++ a/drivers/edac/mv64x60_edac.c @@ -21,7 +21,7 @@ #include "edac_module.h" #include "mv64x60_edac.h" -const char *mv64x60_ctl_name = "MV64x60"; +static const char *mv64x60_ctl_name = "MV64x60"; static int edac_dev_idx; static int edac_pci_idx; static int edac_mc_idx; _