提交 d92bc318 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

mm: make register_page_bootmem_info_section() static

Make the needlessly global register_page_bootmem_info_section() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Acked-by: NYasunori Goto <y-goto@jp.fujitsu.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册