aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memblock.c')
-rw-r--r--mm/memblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memblock.c b/mm/memblock.c
index c4a8750406f..ebc6119f128 100644
--- a/mm/memblock.c
+++ b/mm/memblock.c
@@ -959,7 +959,7 @@ static int __init early_memblock(char *p)
959} 959}
960early_param("memblock", early_memblock); 960early_param("memblock", early_memblock);
961 961
962#if defined(CONFIG_DEBUG_FS) && !defined(ARCH_DISCARD_MEMBLOCK) 962#if defined(CONFIG_DEBUG_FS) && !defined(CONFIG_ARCH_DISCARD_MEMBLOCK)
963 963
964static int memblock_debug_show(struct seq_file *m, void *private) 964static int memblock_debug_show(struct seq_file *m, void *private)
965{ 965{