]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: remove __ioremap
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Aug 2019 15:56:08 +0000 (18:56 +0300)
committerChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2019 16:19:49 +0000 (17:19 +0100)
commit708a5aa1df93d2a4d2917b1a613839d2018bfb06
tree892e3885beeaab35e9109e2341c2aa4fe81d119b
parent4f31d0d698a411572f4461a0853184f40de94fad
nios2: remove __ioremap

The cacheflag argument to __ioremap is always 0, so just implement
ioremap directly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/nios2/include/asm/io.h
arch/nios2/mm/ioremap.c