ARM: sa1100: use __iomem pointers for MMIO
ARM is moving to stricter checks on readl/write functions, so we need to use the correct types everywhere. Cc: Jochen Friedrich <jochen@scram.de> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -124,7 +124,7 @@ static struct map_desc simpad_io_desc[] __initdata = {
|
||||
.length = 0x00800000,
|
||||
.type = MT_DEVICE
|
||||
}, { /* Simpad CS3 */
|
||||
.virtual = CS3_BASE,
|
||||
.virtual = (unsigned long)CS3_BASE,
|
||||
.pfn = __phys_to_pfn(SA1100_CS3_PHYS),
|
||||
.length = 0x00100000,
|
||||
.type = MT_DEVICE
|
||||
|
Reference in New Issue
Block a user