diff options
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 2053bb165a21..63b14d4f68fb 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -26,8 +26,6 @@ | |||
26 | 26 | ||
27 | #include <asm/tlbflush.h> | 27 | #include <asm/tlbflush.h> |
28 | 28 | ||
29 | extern void zonetable_add(struct zone *zone, int nid, int zid, unsigned long pfn, | ||
30 | unsigned long size); | ||
31 | static int __add_zone(struct zone *zone, unsigned long phys_start_pfn) | 29 | static int __add_zone(struct zone *zone, unsigned long phys_start_pfn) |
32 | { | 30 | { |
33 | struct pglist_data *pgdat = zone->zone_pgdat; | 31 | struct pglist_data *pgdat = zone->zone_pgdat; |
@@ -47,8 +45,6 @@ static int __add_zone(struct zone *zone, unsigned long phys_start_pfn) | |||
47 | return 0; | 45 | return 0; |
48 | } | 46 | } |
49 | 47 | ||
50 | extern int sparse_add_one_section(struct zone *zone, unsigned long start_pfn, | ||
51 | int nr_pages); | ||
52 | static int __add_section(struct zone *zone, unsigned long phys_start_pfn) | 48 | static int __add_section(struct zone *zone, unsigned long phys_start_pfn) |
53 | { | 49 | { |
54 | int nr_pages = PAGES_PER_SECTION; | 50 | int nr_pages = PAGES_PER_SECTION; |