regulator: remove use of __devexit_p
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / arizona-micsupp.c
index d9b1f82cc5bd80939206025432f2602072dfe244..8c6eeba766a5bab9c500219cad7ecee7c329b3ad 100644 (file)
@@ -177,7 +177,7 @@ static __devexit int arizona_micsupp_remove(struct platform_device *pdev)
 
 static struct platform_driver arizona_micsupp_driver = {
        .probe = arizona_micsupp_probe,
-       .remove = __devexit_p(arizona_micsupp_remove),
+       .remove = arizona_micsupp_remove,
        .driver         = {
                .name   = "arizona-micsupp",
                .owner  = THIS_MODULE,