diff options
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r-- | mm/memory_hotplug.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index c4e1b958efde..091b9c6c2529 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c | |||
@@ -555,4 +555,10 @@ failed_removal: | |||
555 | undo_isolate_page_range(start_pfn, end_pfn); | 555 | undo_isolate_page_range(start_pfn, end_pfn); |
556 | return ret; | 556 | return ret; |
557 | } | 557 | } |
558 | #else | ||
559 | int remove_memory(u64 start, u64 size) | ||
560 | { | ||
561 | return -EINVAL; | ||
562 | } | ||
563 | EXPORT_SYMBOL_GPL(remove_memory); | ||
558 | #endif /* CONFIG_MEMORY_HOTREMOVE */ | 564 | #endif /* CONFIG_MEMORY_HOTREMOVE */ |