Home
last modified time | relevance | path

Searched hist:"182 e7961caa1ce4fce1787ec75c1e2e6021307bd" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/mach-davinci/
H A Dsram.cdiff 182e7961caa1ce4fce1787ec75c1e2e6021307bd Wed Apr 10 04:27:14 CDT 2013 Sekhar Nori <nsekhar@ti.com> 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] <asn:2>*
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] <asn:2>*addr
arch/arm/mach-davinci/sram.c:81:12: got void *addr

Signed-off-by: Sekhar Nori <nsekhar@ti.com>