diff options
Diffstat (limited to 'drivers/edac/mce_amd.h')
-rw-r--r-- | drivers/edac/mce_amd.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/edac/mce_amd.h b/drivers/edac/mce_amd.h index 6fcf599e691f..c6074c5cd1ef 100644 --- a/drivers/edac/mce_amd.h +++ b/drivers/edac/mce_amd.h | |||
@@ -69,12 +69,12 @@ enum rrrr_ids { | |||
69 | R4_SNOOP, | 69 | R4_SNOOP, |
70 | }; | 70 | }; |
71 | 71 | ||
72 | extern const char *tt_msgs[]; | 72 | extern const char * const tt_msgs[]; |
73 | extern const char *ll_msgs[]; | 73 | extern const char * const ll_msgs[]; |
74 | extern const char *rrrr_msgs[]; | 74 | extern const char * const rrrr_msgs[]; |
75 | extern const char *pp_msgs[]; | 75 | extern const char * const pp_msgs[]; |
76 | extern const char *to_msgs[]; | 76 | extern const char * const to_msgs[]; |
77 | extern const char *ii_msgs[]; | 77 | extern const char * const ii_msgs[]; |
78 | 78 | ||
79 | /* | 79 | /* |
80 | * per-family decoder ops | 80 | * per-family decoder ops |