mm/memory_hotplug.c: unexport __remove_pages()
authorAndrew Morton <[email protected]>
Fri, 24 Feb 2017 22:55:51 +0000 (14:55 -0800)
committerLinus Torvalds <[email protected]>
Sat, 25 Feb 2017 01:46:53 +0000 (17:46 -0800)
It has no modular callers.

Cc: Dan Williams <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/memory_hotplug.c

index 92a242af5a917cf3a4312785b259151bec83fb67..5c4f48409347d3f637796fb512ebe3fbcec2f611 100644 (file)
@@ -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)