]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fix compilation breakage in sound/soc/sh/fsi.c
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 3 Feb 2010 16:37:23 +0000 (17:37 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Feb 2010 18:03:37 +0000 (18:03 +0000)
commit496afe7cc925627169958b365dcb4557bdd275eb
tree6b3120ba024a949bbd0feca9fa55c0a30021b32f
parent0d3bcfccd7d9bc6d6361f2b75dae23902fa7c72a
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 <g.liakhovetski@gmx.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/sh/fsi.c