From: Andrew Morton Date: Fri, 24 Feb 2017 22:55:51 +0000 (-0800) Subject: mm/memory_hotplug.c: unexport __remove_pages() X-Git-Tag: v4.11-rc1~76^2~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997126bbc58e432e5f26ecec4498229003df1c66;p=thirdparty%2Fkernel%2Flinux.git mm/memory_hotplug.c: unexport __remove_pages() It has no modular callers. Cc: Dan Williams Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c index 92a242af5a917..5c4f48409347d 100644 --- a/mm/memory_hotplug.c +++ b/mm/memory_hotplug.c @@ -864,7 +864,6 @@ int __remove_pages(struct zone *zone, unsigned long phys_start_pfn, return ret; } -EXPORT_SYMBOL_GPL(__remove_pages); #endif /* CONFIG_MEMORY_HOTREMOVE */ int set_online_page_callback(online_page_callback_t callback)