Skip to content

Commit afa0011

Browse files
Christoph Hellwigtorvalds
authored andcommitted
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>
1 parent b2f0246 commit afa0011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mm/page_alloc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7341,7 +7341,6 @@ unsigned long free_reserved_area(void *start, void *end, int poison, const char
73417341

73427342
return pages;
73437343
}
7344-
EXPORT_SYMBOL(free_reserved_area);
73457344

73467345
#ifdef CONFIG_HIGHMEM
73477346
void free_highmem_page(struct page *page)

0 commit comments

Comments
 (0)