diff options
-rw-r--r-- | mm/sparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/sparse.c b/mm/sparse.c index 7859c808333..f6a43c09c32 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 | ||
240 | static unsigned long *sparse_early_usemap_alloc(unsigned long pnum) | 240 | static 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); |