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)
commite43b21cbbd816aebbb275093f22a974f7b0cb345
treeb5ff8b657bea36337a5c49aded1217de61c29b91
parent2cd0f55961d87da617adae717737d13cb9518e7f
ARM: ixp4xx: Fix build with IXP4XX_INDIRECT_PCI

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>
arch/arm/mach-ixp4xx/common.c
arch/arm/mach-ixp4xx/include/mach/io.h
This page took 0.0254259999999999 seconds and 5 git commands to generate.