Skip to content

Commit c9e0fc3

Browse files
Christoph Hellwigmpe
authored andcommitted
powerpc: remove the __kernel_io_end export
This export was added in this merge window, but without any actual user, or justification for a modular user. Fixes: a35a3c6 ("powerpc/mm/hash64: Add a variable to track the end of IO mapping") Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 4c1bd90 commit c9e0fc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/powerpc/mm/pgtable_64.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ EXPORT_SYMBOL(__vmalloc_end);
9797
unsigned long __kernel_io_start;
9898
EXPORT_SYMBOL(__kernel_io_start);
9999
unsigned long __kernel_io_end;
100-
EXPORT_SYMBOL(__kernel_io_end);
101100
struct page *vmemmap;
102101
EXPORT_SYMBOL(vmemmap);
103102
unsigned long __pte_frag_nr;

0 commit comments

Comments
 (0)