Commit
836f5394061830a9d1ece4aafc437c098774522f
Exists in
master
and in
20 other branches
dlt-processor-sdk-linux-03.00.00.04, newt-ti-linux-3.12.y, processor-sdk-linux-01.00.00, processor-sdk-linux-02.00.01, smarc-ti-linux-3.12.10, smarc-ti-linux-3.12.y, smarc-ti-linux-3.14.y, smarc-ti-linux-3.15.y, smarc-ti-lsk-linux-4.1.y, smarct3x-processor-sdk-04.01.00.06, smarct3x-processor-sdk-linux-02.00.01, smarct3x-processor-sdk-linux-03.00.00.04, smarct4x-800-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-04.01.00.06, smarct4x-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-linux-03.00.00.04, ti-linux-3.12.y, ti-linux-3.14.y, ti-linux-3.15.y, ti-lsk-linux-4.1.y
ASoC: sound/ad73311: add missing __devexit marker
This fixes the following warning:
sound/soc/codecs/ad73311.c:50:12: warning: 'ad73311_remove' defined but not used
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing
1 changed file
with
1 additions
and
1 deletions
Side-by-side Diff
... |
... |
@@ -47,7 +47,7 @@ |
47
|
47 |
&soc_codec_dev_ad73311, &ad73311_dai, 1); |
48
|
48 |
} |
49
|
49 |
|
50
|
|
-static int ad73311_remove(struct platform_device *pdev) |
|
50 |
+static int __devexit ad73311_remove(struct platform_device *pdev) |
51
|
51 |
{ |
52
|
52 |
snd_soc_unregister_codec(&pdev->dev); |
53
|
53 |
return 0; |