diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-22 15:28:48 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-22 15:28:48 +0200 |
commit | 3f151cbf76ab5d60abd0d3f8b777a50722b64ccb (patch) | |
tree | f13da3da5bf74c6e8fa6d59efd47b4a854dfcac3 | |
parent | Merge remote-tracking branch 'asoc/topic/rt5640' into asoc-next (diff) | |
parent | ASoC: s6105-ipcam: Fix incorrect placement of __initdata (diff) | |
download | linux-3f151cbf76ab5d60abd0d3f8b777a50722b64ccb.tar.xz linux-3f151cbf76ab5d60abd0d3f8b777a50722b64ccb.zip |
Merge remote-tracking branch 'asoc/topic/s6000' into asoc-next
-rw-r--r-- | sound/soc/s6000/s6105-ipcam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s6000/s6105-ipcam.c b/sound/soc/s6000/s6105-ipcam.c index 58cfb1eb7dd3..945e8abdc10f 100644 --- a/sound/soc/s6000/s6105-ipcam.c +++ b/sound/soc/s6000/s6105-ipcam.c @@ -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, |