mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 17:46:43 +07:00
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: a35a3c6f60
("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>
This commit is contained in:
parent
4c1bd90477
commit
c9e0fc33b8
@ -97,7 +97,6 @@ EXPORT_SYMBOL(__vmalloc_end);
|
||||
unsigned long __kernel_io_start;
|
||||
EXPORT_SYMBOL(__kernel_io_start);
|
||||
unsigned long __kernel_io_end;
|
||||
EXPORT_SYMBOL(__kernel_io_end);
|
||||
struct page *vmemmap;
|
||||
EXPORT_SYMBOL(vmemmap);
|
||||
unsigned long __pte_frag_nr;
|
||||
|
Loading…
Reference in New Issue
Block a user