aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/sparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c
index 7859c8083334..f6a43c09c322 100644
--- a/mm/sparse.c
+++ b/mm/sparse.c
@@ -237,7 +237,7 @@ static unsigned long *__kmalloc_section_usemap(void)
237} 237}
238#endif /* CONFIG_MEMORY_HOTPLUG */ 238#endif /* CONFIG_MEMORY_HOTPLUG */
239 239
240static unsigned long *sparse_early_usemap_alloc(unsigned long pnum) 240static unsigned long *__init sparse_early_usemap_alloc(unsigned long pnum)
241{ 241{
242 unsigned long *usemap; 242 unsigned long *usemap;
243 struct mem_section *ms = __nr_to_section(pnum); 243 struct mem_section *ms = __nr_to_section(pnum);