]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/regulator/anatop-regulator.c
Merge tag 'v3.5-rc4' into regulator-drivers
[mirror_ubuntu-bionic-kernel.git] / drivers / regulator / anatop-regulator.c
index 4324cea0114105bdc2078eda03695b646741b8fe..e9c2085f9dfbe0993c6931c573efb52a660f06a0 100644 (file)
@@ -198,7 +198,7 @@ static struct platform_driver anatop_regulator_driver = {
                .of_match_table = of_anatop_regulator_match_tbl,
        },
        .probe  = anatop_regulator_probe,
-       .remove = anatop_regulator_remove,
+       .remove = __devexit_p(anatop_regulator_remove),
 };
 
 static int __init anatop_regulator_init(void)