Loading drivers/edac/edac_core.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ #define EDAC_PCI "PCI" #define EDAC_DEBUG "DEBUG" extern const char *edac_mem_types[]; extern const char * const edac_mem_types[]; #ifdef CONFIG_EDAC_DEBUG extern int edac_debug_level; Loading drivers/edac/edac_mc.c +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ static void edac_mc_dump_mci(struct mem_ctl_info *mci) /* * keep those in sync with the enum mem_type */ const char *edac_mem_types[] = { const char * const edac_mem_types[] = { "Empty csrow", "Reserved csrow type", "Unknown csrow type", Loading Loading
drivers/edac/edac_core.h +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ #define EDAC_PCI "PCI" #define EDAC_DEBUG "DEBUG" extern const char *edac_mem_types[]; extern const char * const edac_mem_types[]; #ifdef CONFIG_EDAC_DEBUG extern int edac_debug_level; Loading
drivers/edac/edac_mc.c +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ static void edac_mc_dump_mci(struct mem_ctl_info *mci) /* * keep those in sync with the enum mem_type */ const char *edac_mem_types[] = { const char * const edac_mem_types[] = { "Empty csrow", "Reserved csrow type", "Unknown csrow type", Loading