regulator: remove use of __devexit_p
[cascardo/linux.git] / drivers / regulator / tps65912-regulator.c
index 18b2a1d..ba7e623 100644 (file)
@@ -541,7 +541,7 @@ static struct platform_driver tps65912_driver = {
                .owner = THIS_MODULE,
        },
        .probe = tps65912_probe,
-       .remove = __devexit_p(tps65912_remove),
+       .remove = tps65912_remove,
 };
 
 static int __init tps65912_init(void)