ASoC: wm9712: Fix build due to missing definition of "runtime"
authorFabio Estevam <festevam@gmail.com>
Tue, 10 Apr 2012 21:33:07 +0000 (18:33 -0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 10 Apr 2012 21:35:18 +0000 (22:35 +0100)
Fix the following build error:

sound/soc/codecs/wm9712.c:482:32: error: 'runtime' undeclared (first use in this function)
sound/soc/codecs/wm9712.c:499:33: error: 'runtime' undeclared (first use in this function)

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found