From: Guennadi Liakhovetski Date: Wed, 3 Feb 2010 16:37:23 +0000 (+0100) Subject: ASoC: fix compilation breakage in sound/soc/sh/fsi.c X-Git-Tag: v2.6.34-rc1~243^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f69d9782c6e6a7b0e60113a850845bc642c3f4e;p=pandora-kernel.git ASoC: fix compilation breakage in sound/soc/sh/fsi.c ctrl_outl() has become void at some point, which breaks compilation of fsi.c. Make writing functions void, as their output is anyway not evaluated, and use __raw_writel and __raw_readl instead of deprecated ctrl_outl and ctrl_inl respectively. Signed-off-by: Guennadi Liakhovetski Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed