diff options
Diffstat (limited to 'include/linux/memory_hotplug.h')
| -rw-r--r-- | include/linux/memory_hotplug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/memory_hotplug.h b/include/linux/memory_hotplug.h index ffd9cd10fcf3..7383a7a76d69 100644 --- a/include/linux/memory_hotplug.h +++ b/include/linux/memory_hotplug.h | |||
| @@ -326,7 +326,7 @@ extern int walk_memory_range(unsigned long start_pfn, unsigned long end_pfn, | |||
| 326 | void *arg, int (*func)(struct memory_block *, void *)); | 326 | void *arg, int (*func)(struct memory_block *, void *)); |
| 327 | extern int __add_memory(int nid, u64 start, u64 size); | 327 | extern int __add_memory(int nid, u64 start, u64 size); |
| 328 | extern int add_memory(int nid, u64 start, u64 size); | 328 | extern int add_memory(int nid, u64 start, u64 size); |
| 329 | extern int add_memory_resource(int nid, struct resource *resource, bool online); | 329 | extern int add_memory_resource(int nid, struct resource *resource); |
| 330 | extern int arch_add_memory(int nid, u64 start, u64 size, | 330 | extern int arch_add_memory(int nid, u64 start, u64 size, |
| 331 | struct vmem_altmap *altmap, bool want_memblock); | 331 | struct vmem_altmap *altmap, bool want_memblock); |
| 332 | extern void move_pfn_range_to_zone(struct zone *zone, unsigned long start_pfn, | 332 | extern void move_pfn_range_to_zone(struct zone *zone, unsigned long start_pfn, |
