Re: [PATCH] powerpc: remove the __kernel_io_end export

2019-04-29 Thread Christoph Hellwig
On Mon, Apr 29, 2019 at 06:57:06AM -0500, Segher Boessenkool wrote: > On Mon, Apr 29, 2019 at 06:52:41AM -0500, Christoph Hellwig wrote: > > This export was added in this merge window, but without any actual > > user, or justification for a modular user. > > Hi Christoph, > > > -unsigned long __k

[PATCH] powerpc: remove the __kernel_io_end export

2019-04-29 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 --- arch/powerpc/mm/pgtable_64.c | 1 - 1 file changed, 1 delet

Re: [PATCH] powerpc: remove the __kernel_io_end export

2019-04-29 Thread Segher Boessenkool
On Mon, Apr 29, 2019 at 06:52:41AM -0500, Christoph Hellwig wrote: > This export was added in this merge window, but without any actual > user, or justification for a modular user. Hi Christoph, > -unsigned long __kernel_io_end; > EXPORT_SYMBOL(__kernel_io_end); Does that work? Don't you need