ASoC: s6105-ipcam: Fix incorrect placement of __initdata

__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>
This commit is contained in:
Sachin Kamat 2013-08-08 16:52:18 +05:30 committed by Mark Brown
parent c095ba7224
commit 74b45231b2
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static struct snd_soc_card snd_soc_card_s6105 = {
.num_links = 1,
};
static struct s6000_snd_platform_data __initdata s6105_snd_data = {
static struct s6000_snd_platform_data s6105_snd_data __initdata = {
.wide = 0,
.channel_in = 0,
.channel_out = 1,