regulator: remove use of __devexit_p
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / tps65090-regulator.c
index 412413838e1247665a67552136fea87fc660c02f..99c912be739e7c70ca292f7d39d6c469e4c6677a 100644 (file)
@@ -251,7 +251,7 @@ static struct platform_driver tps65090_regulator_driver = {
                .owner  = THIS_MODULE,
        },
        .probe          = tps65090_regulator_probe,
-       .remove         = __devexit_p(tps65090_regulator_remove),
+       .remove         = tps65090_regulator_remove,
 };
 
 static int __init tps65090_regulator_init(void)