From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.walmsley@sifive.com (Paul Walmsley) Date: Sat, 17 Aug 2019 13:58:16 -0700 (PDT) Subject: [PATCH 14/26] asm-generic: don't provide __ioremap In-Reply-To: <20190817073253.27819-15-hch@lst.de> References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-15-hch@lst.de> List-ID: Message-ID: To: linux-snps-arc@lists.infradead.org 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 Acked-by: Paul Walmsley # arch/riscv - Paul