]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ux500: use __iomem pointers for MMIO
authorArnd Bergmann <arnd@arndb.de>
Sun, 23 Sep 2012 23:13:37 +0000 (23:13 +0000)
committerArnd Bergmann <arnd@arndb.de>
Fri, 28 Sep 2012 20:03:41 +0000 (22:03 +0200)
commitbe797d8702856032e5e3ddea7902873174ea188a
treea152b961f64ad46f2fb36868d7772e886988c852
parentd29b5e69c04ea86080919e3df18a39c083a31a4f
ARM: ux500: use __iomem pointers for MMIO

In the earlier sweeping changes, the ux500 uncompress.h file was missed
because other problems were hiding this one.

Without this patch, building u8500_defconfig results in:

In file included from arch/arm/boot/compressed/misc.c:33:0:
arch/arm/mach-ux500/include/mach/uncompress.h: In function 'putc':
arch/arm/mach-ux500/include/mach/uncompress.h:32:2: warning: passing argument 1 of '__raw_readb' makes pointer from integer without a cast [enabled by default]
arch/arm/include/asm/io.h:95:89: note: expected 'const volatile void *' but argument is of type 'u32'

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/include/mach/uncompress.h