regulator: remove use of __devexit_p
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / regulator / anatop-regulator.c
index 1af97686f4448864d92b7dbfdf58e79c883edbb8..e8ae6565734564dd2b8b23c6bbaac1521e9aeb1e 100644 (file)
@@ -210,7 +210,7 @@ static struct platform_driver anatop_regulator_driver = {
                .of_match_table = of_anatop_regulator_match_tbl,
        },
        .probe  = anatop_regulator_probe,
-       .remove = __devexit_p(anatop_regulator_remove),
+       .remove = anatop_regulator_remove,
 };
 
 static int __init anatop_regulator_init(void)