Re: [PATCH v2] powerpc: remove the __kernel_io_end export

2019-05-03 Thread Michael Ellerman
On Tue, 2019-04-30 at 18:27:39 UTC, Christoph Hellwig wrote: > This export was added in this merge window, but without any actual > user, or justification for a modular user. > > Fixes: a35a3c6f6065 ("powerpc/mm/hash64: Add a variable to track the end of > IO mapping") > Signed-off-by: Christoph

[PATCH v2] powerpc: remove the __kernel_io_end export

2019-04-30 Thread Christoph Hellwig
This export was added in this merge window, but without any actual user, or justification for a modular user. Fixes: a35a3c6f6065 ("powerpc/mm/hash64: Add a variable to track the end of IO mapping") Signed-off-by: Christoph Hellwig --- Chanes since v1: - actually compiles now.. arch/powerpc