From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm/memory_hotplug.c: unexport __remove_pages() It has no modular callers. Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory_hotplug.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/memory_hotplug.c~mm-memory_hotplugc-unexport-__remove_pages mm/memory_hotplug.c --- a/mm/memory_hotplug.c~mm-memory_hotplugc-unexport-__remove_pages +++ a/mm/memory_hotplug.c @@ -864,7 +864,6 @@ int __remove_pages(struct zone *zone, un return ret; } -EXPORT_SYMBOL_GPL(__remove_pages); #endif /* CONFIG_MEMORY_HOTREMOVE */ int set_online_page_callback(online_page_callback_t callback) _ -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html