ARM: ixp4xx: Fix build with IXP4XX_INDIRECT_PCI
authorArnd Bergmann <arnd@arndb.de>
Mon, 10 Nov 2014 14:10:32 +0000 (15:10 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 10 Nov 2014 14:59:01 +0000 (15:59 +0100)
Provide *_relaxed() accessors and make sure to pass the volatile void
__iomem * to accessors rather than the value cast to a u32. This allows
ixp4xx to build with IXP4XX_INDIRECT_PCI enabled.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found