diff options
Diffstat (limited to 'include/linux/memory.h')
-rw-r--r-- | include/linux/memory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/memory.h b/include/linux/memory.h index e1dc1bb2b787..474c7c60c8f2 100644 --- a/include/linux/memory.h +++ b/include/linux/memory.h | |||
@@ -112,9 +112,7 @@ extern void unregister_memory_notifier(struct notifier_block *nb); | |||
112 | extern int register_memory_isolate_notifier(struct notifier_block *nb); | 112 | extern int register_memory_isolate_notifier(struct notifier_block *nb); |
113 | extern void unregister_memory_isolate_notifier(struct notifier_block *nb); | 113 | extern void unregister_memory_isolate_notifier(struct notifier_block *nb); |
114 | int hotplug_memory_register(int nid, struct mem_section *section); | 114 | int hotplug_memory_register(int nid, struct mem_section *section); |
115 | #ifdef CONFIG_MEMORY_HOTREMOVE | ||
116 | extern void unregister_memory_section(struct mem_section *); | 115 | extern void unregister_memory_section(struct mem_section *); |
117 | #endif | ||
118 | extern int memory_dev_init(void); | 116 | extern int memory_dev_init(void); |
119 | extern int memory_notify(unsigned long val, void *v); | 117 | extern int memory_notify(unsigned long val, void *v); |
120 | extern int memory_isolate_notify(unsigned long val, void *v); | 118 | extern int memory_isolate_notify(unsigned long val, void *v); |