Re: [PATCH 14/26] asm-generic: don't provide __ioremap

2019-08-17 Thread Paul Walmsley
On Sat, 17 Aug 2019, Paul Walmsley wrote: > Acked-by: Paul Walmsley # arch/riscv This ack is superfluous since the patch doesn't touch arch/riscv; feel free to drop it - Paul

Re: [PATCH 14/26] asm-generic: don't provide __ioremap

2019-08-17 Thread Paul Walmsley
On Sat, 17 Aug 2019, Christoph Hellwig wrote: > __ioremap is not a kernel API, but used for helpers with differing > semantics in arch code. We should not provide it in as-generic. > > Signed-off-by: Christoph Hellwig Reviewed-by: Paul Walmsley Tested-by: Paul Walmsley # rv32, rv64 boot Acke

[PATCH 14/26] asm-generic: don't provide __ioremap

2019-08-17 Thread Christoph Hellwig
__ioremap is not a kernel API, but used for helpers with differing semantics in arch code. We should not provide it in as-generic. Signed-off-by: Christoph Hellwig --- include/asm-generic/io.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include/asm-generic/io.h b/include/asm-gen