From 116d08f8c8a0dcc22ed728f5eeb11d9bcd3ddd59 Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Tue, 26 Oct 2010 16:04:34 -0400 Subject: [PATCH] --- yaml --- r: 218692 b: refs/heads/master c: 836f5394061830a9d1ece4aafc437c098774522f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/ad73311.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b62faa17a650..80b9893acf66 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e94be5f3628565d0968d668341d9dd468700516d +refs/heads/master: 836f5394061830a9d1ece4aafc437c098774522f diff --git a/trunk/sound/soc/codecs/ad73311.c b/trunk/sound/soc/codecs/ad73311.c index c53955fe17b6..de799cd1ba72 100644 --- a/trunk/sound/soc/codecs/ad73311.c +++ b/trunk/sound/soc/codecs/ad73311.c @@ -47,7 +47,7 @@ static int ad73311_probe(struct platform_device *pdev) &soc_codec_dev_ad73311, &ad73311_dai, 1); } -static int ad73311_remove(struct platform_device *pdev) +static int __devexit ad73311_remove(struct platform_device *pdev) { snd_soc_unregister_codec(&pdev->dev); return 0;