diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-18 16:25:40 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-18 16:26:58 -0500 |
commit | c6f2981170272cce2c192087a16dd74dbde25ed2 (patch) | |
tree | 53b482c2e5fc318b29596ea3be43c3be40e7d89d /sound/soc/codecs/wm8350.c | |
parent | 519cf2df5fb50c6d24412b2421ce2d1ff0346163 (diff) |
ASoC: Add device init/exit annotations to new-style Wolfson CODEC drivers
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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; |