mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
ALSA: ASoC - Add missing __devexit annotation to wm8350.c
Added the missing __devexit annotation to wm8350_codec_remove(): sound/soc/codecs/wm8350.c:1546: warning: 'wm8350_codec_remove' defined but not used Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d6f833965e
commit
a31501d104
@ -1542,7 +1542,7 @@ err_priv:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int wm8350_codec_remove(struct platform_device *pdev)
|
||||
static int __devexit wm8350_codec_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct wm8350 *wm8350 = platform_get_drvdata(pdev);
|
||||
struct snd_soc_codec *codec = wm8350->codec.codec;
|
||||
|
Loading…
Reference in New Issue
Block a user