]> 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)
commit951ddaff391e04693041b2caa250f7fcdefc5a30
tree63a4e73ad839325fee48ac3661e80393062581ee
parent364267f72d6f8929e44c042a27a7cb6659eb1846
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