diff options
author | Kautuk Consul <consul.kautuk@gmail.com> | 2012-03-21 19:34:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-21 20:55:00 -0400 |
commit | 8d13bddd11c10db40e2c81b4b224c11126691fc0 (patch) | |
tree | bec31e54cbc43bf6b49c391d81893203b903b5ec /include/linux | |
parent | d1d5e05ffdc110021ae7937802e88ae0d223dcdc (diff) |
page_alloc.c: remove add_from_early_node_map()
add_from_early_node_map() is unused.
Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index ce2b2a3b2876..b1c8318e32b8 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1295,8 +1295,6 @@ extern void get_pfn_range_for_nid(unsigned int nid, | |||
1295 | extern unsigned long find_min_pfn_with_active_regions(void); | 1295 | extern unsigned long find_min_pfn_with_active_regions(void); |
1296 | extern void free_bootmem_with_active_regions(int nid, | 1296 | extern void free_bootmem_with_active_regions(int nid, |
1297 | unsigned long max_low_pfn); | 1297 | unsigned long max_low_pfn); |
1298 | int add_from_early_node_map(struct range *range, int az, | ||
1299 | int nr_range, int nid); | ||
1300 | extern void sparse_memory_present_with_active_regions(int nid); | 1298 | extern void sparse_memory_present_with_active_regions(int nid); |
1301 | 1299 | ||
1302 | #endif /* CONFIG_HAVE_MEMBLOCK_NODE_MAP */ | 1300 | #endif /* CONFIG_HAVE_MEMBLOCK_NODE_MAP */ |