diff options
Diffstat (limited to 'mm/debug.c')
-rw-r--r-- | mm/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/debug.c b/mm/debug.c index 72daa4b087ba..0abb987dad9b 100644 --- a/mm/debug.c +++ b/mm/debug.c | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | #include "internal.h" | 18 | #include "internal.h" |
19 | 19 | ||
20 | char *migrate_reason_names[MR_TYPES] = { | 20 | const char *migrate_reason_names[MR_TYPES] = { |
21 | "compaction", | 21 | "compaction", |
22 | "memory_failure", | 22 | "memory_failure", |
23 | "memory_hotplug", | 23 | "memory_hotplug", |