Commit d92bc318 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

mm: make register_page_bootmem_info_section() static

Make the needlessly global register_page_bootmem_info_section() static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarYasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b69a7288
......@@ -86,7 +86,7 @@ void put_page_bootmem(struct page *page)
}
void register_page_bootmem_info_section(unsigned long start_pfn)
static void register_page_bootmem_info_section(unsigned long start_pfn)
{
unsigned long *usemap, mapsize, section_nr, i;
struct mem_section *ms;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment