sh: move ioremap_fixed details out of <asm/io.h>
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Jul 2020 12:18:50 +0000 (14:18 +0200)
committerRich Felker <dalias@libc.org>
Sat, 15 Aug 2020 02:05:15 +0000 (22:05 -0400)
commit3eef6b74d9fecf18b03db26584cc66928972a60b
tree63a4e73ad839325fee48ac3661e80393062581ee
parente12b090eae6ac3b18f42673a4b0fef6e61b63cac
sh: move ioremap_fixed details out of <asm/io.h>

ioremap_fixed is an internal implementation detail and should not be
exposed to drivers.

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/init.c
arch/sh/mm/ioremap.c
arch/sh/mm/ioremap.h [new file with mode: 0644]
arch/sh/mm/ioremap_fixed.c