summaryrefslogtreecommitdiff
path: root/mm/memory_hotplug.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2017-02-08 10:27:07 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-08 10:27:07 +1100
commit7e3d4131f7bf77e71156a1df5cb1e715d7a58258 (patch)
tree54ceb81a39b31b18460d50c7f45144f4de65033f /mm/memory_hotplug.c
parentf9448bc2ef98bf7c273158fae4c1aff4f8c0355c (diff)
mm/memory_hotplug.c: unexport __remove_pages()
It has no modular callers. Cc: Dan Williams <dan.j.williams@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memory_hotplug.c')
-rw-r--r--mm/memory_hotplug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c
index 8fcde9107f02..bfd94e13aa83 100644
--- a/mm/memory_hotplug.c
+++ b/mm/memory_hotplug.c
@@ -867,7 +867,6 @@ int __remove_pages(struct zone *zone, unsigned long pfn,
return ret;
}
-EXPORT_SYMBOL_GPL(__remove_pages);
#endif /* CONFIG_MEMORY_HOTREMOVE */
int set_online_page_callback(online_page_callback_t callback)