[PATCH 06/21] nios2: remove __ioremap

2019-10-28 Thread Christoph Hellwig
The cacheflag argument to __ioremap is always 0, so just implement ioremap directly. Signed-off-by: Christoph Hellwig --- arch/nios2/include/asm/io.h | 20 arch/nios2/mm/ioremap.c | 17 +++-- 2 files changed, 7 insertions(+), 30 deletions(-) diff --git a/arc

[PATCH 06/21] nios2: remove __ioremap

2019-10-17 Thread Christoph Hellwig
The cacheflag argument to __ioremap is always 0, so just implement ioremap directly. Signed-off-by: Christoph Hellwig --- arch/nios2/include/asm/io.h | 20 arch/nios2/mm/ioremap.c | 17 +++-- 2 files changed, 7 insertions(+), 30 deletions(-) diff --git a/arc