mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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:
parent
b69a7288ea
commit
d92bc31854
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user