diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-24 00:28:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:21 -0400 |
commit | d92bc318547507a944a22e7ef936793dc0fe167f (patch) | |
tree | 6c1406734048b3ea710de744389c2db07db8983c | |
parent | b69a7288ea7bf171328f313f0edae629f50e3bdb (diff) |
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>
-rw-r--r-- | mm/memory_hotplug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 6e26adc08f14..ec85c37dcfb9 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -86,7 +86,7 @@ void put_page_bootmem(struct page *page) | |||
86 | 86 | ||
87 | } | 87 | } |
88 | 88 | ||
89 | void register_page_bootmem_info_section(unsigned long start_pfn) | 89 | static void register_page_bootmem_info_section(unsigned long start_pfn) |
90 | { | 90 | { |
91 | unsigned long *usemap, mapsize, section_nr, i; | 91 | unsigned long *usemap, mapsize, section_nr, i; |
92 | struct mem_section *ms; | 92 | struct mem_section *ms; |