diff options
Diffstat (limited to 'include/linux/memory.h')
-rw-r--r-- | include/linux/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/memory.h b/include/linux/memory.h index f71e732c77b2..9f8cd856ca1e 100644 --- a/include/linux/memory.h +++ b/include/linux/memory.h | |||
@@ -109,7 +109,7 @@ extern int register_memory_notifier(struct notifier_block *nb); | |||
109 | extern void unregister_memory_notifier(struct notifier_block *nb); | 109 | extern void unregister_memory_notifier(struct notifier_block *nb); |
110 | extern int register_memory_isolate_notifier(struct notifier_block *nb); | 110 | extern int register_memory_isolate_notifier(struct notifier_block *nb); |
111 | extern void unregister_memory_isolate_notifier(struct notifier_block *nb); | 111 | extern void unregister_memory_isolate_notifier(struct notifier_block *nb); |
112 | extern int register_new_memory(int, struct mem_section *); | 112 | int hotplug_memory_register(int nid, struct mem_section *section); |
113 | #ifdef CONFIG_MEMORY_HOTREMOVE | 113 | #ifdef CONFIG_MEMORY_HOTREMOVE |
114 | extern int unregister_memory_section(struct mem_section *); | 114 | extern int unregister_memory_section(struct mem_section *); |
115 | #endif | 115 | #endif |