sh: move the ioremap implementation out of line
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jul 2020 12:18:51 +0000 (14:18 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:15 +0000 (22:05 -0400)
commit13f1fc870dd747131f21ba6f20dc0d81cc5d4474
tree4d5d6ebb959a02d29f91753442c7a28cc2ac597b
parent3eef6b74d9fecf18b03db26584cc66928972a60b
sh: move the ioremap implementation out of line

Move the internal implementation details of ioremap out of line, no need
to expose any of this to drivers for a slow path API.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Felker <dalias@libc.org>
arch/sh/include/asm/io.h
arch/sh/mm/ioremap.c