• Arnd Bergmann's avatar
    ARM: shmobile: use __iomem pointers for MMIO · 0a4b04dc
    Arnd Bergmann authored
    ARM is moving to stricter checks on readl/write functions,
    so we need to use the correct types everywhere.
    
    This patch is a bit ugly for shmobile, which is the only platform
    that just uses integer literals all over the place, but I can't
    see a better way to do this.
    Acked-by: default avatarSimon Horman <horms@verge.net.au>
    Cc: Magnus Damm <magnus.damm@gmail.com>
    Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Cc: Paul Mundt <lethal@linux-sh.org>
    Cc: linux-sh@vger.kernel.org
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    0a4b04dc
setup-sh7377.c 11.8 KB