summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
diff options
context:
space:
mode:
authorChristoph Hellwig2019-03-06 00:49:13 +0100
committerLinus Torvalds2019-03-06 06:07:20 +0100
commitafa00112893f4ca02777c3cf4f93011577af5ffc (patch)
tree10cc36c5e82d9ec521589bb97eae825126243860 /mm/page_alloc.c
parenttools/vm/slabinfo: clean up usage menu debug items (diff)
downloadkernel-qcow2-linux-afa00112893f4ca02777c3cf4f93011577af5ffc.tar.gz
kernel-qcow2-linux-afa00112893f4ca02777c3cf4f93011577af5ffc.tar.xz
kernel-qcow2-linux-afa00112893f4ca02777c3cf4f93011577af5ffc.zip
mm: unexport free_reserved_area
This function is only used by built-in code, which makes perfect sense given the purpose of it. Link: http://lkml.kernel.org/r/20190213174621.29297-2-hch@lst.de Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r--mm/page_alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 4e1d9118ae52..3eb01dedfb50 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -7341,7 +7341,6 @@ unsigned long free_reserved_area(void *start, void *end, int poison, const char
return pages;
}
-EXPORT_SYMBOL(free_reserved_area);
#ifdef CONFIG_HIGHMEM
void free_highmem_page(struct page *page)