mm: make register_page_bootmem_info_section() static

Make the needlessly global register_page_bootmem_info_section() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Yasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Adrian Bunk
2008-07-23 21:28:12 -07:00
committed by Linus Torvalds
parent b69a7288ea
commit d92bc31854

View File

@@ -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; unsigned long *usemap, mapsize, section_nr, i;
struct mem_section *ms; struct mem_section *ms;