ARM: common/vic: use proper __iomem annotations
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2011 08:13:49 +0000 (10:13 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 1 Oct 2011 19:11:30 +0000 (21:11 +0200)
commitd4f3add28bd90caddd5a39e422aed621d57f89a8
tree70461c5a80ecc0e2cfbd483e41af7e687c954807
parent53eebb0df85e4005006920ae12150e8d6d31b132
ARM: common/vic: use proper __iomem annotations

In vic_init, we pass addr into readl, so it needs to be a
pointer, not a u32 address.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/common/vic.c