regulator: remove use of __devexit_p
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / regulator / tps6586x-regulator.c
index ce1e7cb8d513f13a8463a84b2de39d1a61cb180c..491b16a48758f6113b625ba7aafc7ba2a7ebc971 100644 (file)
@@ -349,7 +349,7 @@ static struct platform_driver tps6586x_regulator_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = tps6586x_regulator_probe,
-       .remove         = __devexit_p(tps6586x_regulator_remove),
+       .remove         = tps6586x_regulator_remove,
 };
 
 static int __init tps6586x_regulator_init(void)