diff options
author | Christoph Hellwig <hch@lst.de> | 2019-03-05 18:49:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-03-06 00:07:20 -0500 |
commit | afa00112893f4ca02777c3cf4f93011577af5ffc (patch) | |
tree | 10cc36c5e82d9ec521589bb97eae825126243860 /mm/page_alloc.c | |
parent | b2f0246d69c0cc909f64469c9117a9616758d9fc (diff) |
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.c | 1 |
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 | |||
7341 | 7341 | ||
7342 | return pages; | 7342 | return pages; |
7343 | } | 7343 | } |
7344 | EXPORT_SYMBOL(free_reserved_area); | ||
7345 | 7344 | ||
7346 | #ifdef CONFIG_HIGHMEM | 7345 | #ifdef CONFIG_HIGHMEM |
7347 | void free_highmem_page(struct page *page) | 7346 | void free_highmem_page(struct page *page) |