From: Sekhar Nori Date: Wed, 10 Apr 2013 09:27:14 +0000 (+0530) Subject: ARM: davinci: sram.c: fix incorrect type in assignment X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~68^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182e7961caa1ce4fce1787ec75c1e2e6021307bd;p=pandora-kernel.git ARM: davinci: sram.c: fix incorrect type in assignment Fix missing __iomem attribute. This fixes the sparse warning: CHECK arch/arm/mach-davinci/sram.c arch/arm/mach-davinci/sram.c:75:8: warning: incorrect type in assignment (different address spaces) arch/arm/mach-davinci/sram.c:75:8: expected void *addr arch/arm/mach-davinci/sram.c:75:8: got void [noderef] * arch/arm/mach-davinci/sram.c:81:12: warning: incorrect type in argument 1 (different address spaces) arch/arm/mach-davinci/sram.c:81:12: expected void volatile [noderef] *addr arch/arm/mach-davinci/sram.c:81:12: got void *addr Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed