]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7deee86e6b15d371c06ebcf8bf0bb344cea9bda3
tree63a4e73ad839325fee48ac3661e80393062581ee
parent48838d1bbe8852385410d472bbfd4a24c094b057
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