Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 997126bb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

mm/memory_hotplug.c: unexport __remove_pages()



It has no modular callers.

Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3fc21924
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)