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 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); | |||
| 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 create_memory_block_devices(unsigned long start, unsigned long size); | 114 | int create_memory_block_devices(unsigned long start, unsigned long size); |
| 115 | extern void unregister_memory_section(struct mem_section *); | 115 | void remove_memory_block_devices(unsigned long start, unsigned long size); |
| 116 | extern int memory_dev_init(void); | 116 | extern int memory_dev_init(void); |
| 117 | extern int memory_notify(unsigned long val, void *v); | 117 | extern int memory_notify(unsigned long val, void *v); |
| 118 | extern int memory_isolate_notify(unsigned long val, void *v); | 118 | extern int memory_isolate_notify(unsigned long val, void *v); |
