drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 9 Oct 2018 13:51:37 +0000 (13:51 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 13 Oct 2018 12:52:45 +0000 (23:52 +1100)
commited18e423a3d9b2dc9db801358b754e722fcabaff
treed85842135fe52bde38953886263a6afd305c3080
parente04e39507c3c3da9cba31ee2e52f51b10b6350d0
drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)

_PAGE_WRITETHRU is a target specific flag. Prefer generic functions.

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/block/z2ram.c