diff options
Diffstat (limited to 'sound/soc/codecs/wm8350.c')
-rw-r--r-- | sound/soc/codecs/wm8350.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c index d3562788d42b..359e5cc86f34 100644 --- a/sound/soc/codecs/wm8350.c +++ b/sound/soc/codecs/wm8350.c | |||
@@ -1574,7 +1574,7 @@ struct snd_soc_codec_device soc_codec_dev_wm8350 = { | |||
1574 | }; | 1574 | }; |
1575 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8350); | 1575 | EXPORT_SYMBOL_GPL(soc_codec_dev_wm8350); |
1576 | 1576 | ||
1577 | static int wm8350_codec_probe(struct platform_device *pdev) | 1577 | static __devinit int wm8350_codec_probe(struct platform_device *pdev) |
1578 | { | 1578 | { |
1579 | struct wm8350 *wm8350 = platform_get_drvdata(pdev); | 1579 | struct wm8350 *wm8350 = platform_get_drvdata(pdev); |
1580 | struct wm8350_data *priv; | 1580 | struct wm8350_data *priv; |