Re: [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions

2019-08-17 Thread Paul Walmsley
On Sat, 17 Aug 2019, Christoph Hellwig wrote: > Various architectures that use asm-generic/io.h still defined their > own default versions of ioremap_nocache, ioremap_wt and ioremap_wc > that point back to plain ioremap directly or indirectly. Remove these > definitions and rely on asm-generic/io

[PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions

2019-08-17 Thread Christoph Hellwig
Various architectures that use asm-generic/io.h still defined their own default versions of ioremap_nocache, ioremap_wt and ioremap_wc that point back to plain ioremap directly or indirectly. Remove these definitions and rely on asm-generic/io.h instead. For this to work the backup ioremap_* defi