From: Omar Ramirez Luna Date: Wed, 24 Oct 2012 22:09:18 +0000 (-0500) Subject: staging: tidspbridge: ioremap dsp sync addr X-Git-Tag: v3.7-rc3~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de8a0cf48a023058642c69145630d51709aa174;p=pandora-kernel.git staging: tidspbridge: ioremap dsp sync addr Change the type of sync_addr to 'void __iomem *' and ioremap the physical address in the shared memory so we can access it using _raw_*. While at it, drop 'dw_' prefix. Fix the warning associated with dsp's sync_addr: warning: passing argument 2 of '__raw_writel' makes pointer from integer without a cast ../io.h:88: note: expected 'volatile void *' but argument is of type 'u32' Signed-off-by: Omar Ramirez Luna Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed