aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/memory.h')
-rw-r--r--include/linux/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/memory.h b/include/linux/memory.h
index db3e8567f900..f26a5417ec5d 100644
--- a/include/linux/memory.h
+++ b/include/linux/memory.h
@@ -112,7 +112,7 @@ extern void unregister_memory_notifier(struct notifier_block *nb);
112extern int register_memory_isolate_notifier(struct notifier_block *nb); 112extern int register_memory_isolate_notifier(struct notifier_block *nb);
113extern void unregister_memory_isolate_notifier(struct notifier_block *nb); 113extern void unregister_memory_isolate_notifier(struct notifier_block *nb);
114int create_memory_block_devices(unsigned long start, unsigned long size); 114int create_memory_block_devices(unsigned long start, unsigned long size);
115extern void unregister_memory_section(struct mem_section *); 115void remove_memory_block_devices(unsigned long start, unsigned long size);
116extern int memory_dev_init(void); 116extern int memory_dev_init(void);
117extern int memory_notify(unsigned long val, void *v); 117extern int memory_notify(unsigned long val, void *v);
118extern int memory_isolate_notify(unsigned long val, void *v); 118extern int memory_isolate_notify(unsigned long val, void *v);