mfd: remove use of __devexit_p
[cascardo/linux.git] / drivers / mfd / davinci_voicecodec.c
index 45e83a6..b2b0397 100644 (file)
@@ -174,7 +174,7 @@ static struct platform_driver davinci_vc_driver = {
                .name = "davinci_voicecodec",
                .owner = THIS_MODULE,
        },
-       .remove = __devexit_p(davinci_vc_remove),
+       .remove = davinci_vc_remove,
 };
 
 static int __init davinci_vc_init(void)