mfd: remove use of __devexit
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / mfd / twl4030-audio.c
index aacccdcf997cce05efbb9eb84bc1db03ff5b4ba6..e16edca926709bbe501d52dc5fb37f578e9710a4 100644 (file)
@@ -269,7 +269,7 @@ static int twl4030_audio_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit twl4030_audio_remove(struct platform_device *pdev)
+static int twl4030_audio_remove(struct platform_device *pdev)
 {
        mfd_remove_devices(&pdev->dev);
        platform_set_drvdata(pdev, NULL);