diff options
Diffstat (limited to 'drivers/mfd/davinci_voicecodec.c')
-rw-r--r-- | drivers/mfd/davinci_voicecodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/davinci_voicecodec.c b/drivers/mfd/davinci_voicecodec.c index b2b0397059d8..c0bcc872af4e 100644 --- a/drivers/mfd/davinci_voicecodec.c +++ b/drivers/mfd/davinci_voicecodec.c | |||
@@ -151,7 +151,7 @@ fail1: | |||
151 | return ret; | 151 | return ret; |
152 | } | 152 | } |
153 | 153 | ||
154 | static int __devexit davinci_vc_remove(struct platform_device *pdev) | 154 | static int davinci_vc_remove(struct platform_device *pdev) |
155 | { | 155 | { |
156 | struct davinci_vc *davinci_vc = platform_get_drvdata(pdev); | 156 | struct davinci_vc *davinci_vc = platform_get_drvdata(pdev); |
157 | 157 | ||