ASoC: s6105-ipcam: Fix incorrect placement of __initdata
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 8 Aug 2013 11:22:18 +0000 (16:52 +0530)
committerMark Brown <broonie@linaro.org>
Thu, 8 Aug 2013 13:27:59 +0000 (14:27 +0100)
__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found