regulator: drop owner assignment from platform_drivers
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / db8500-prcmu.c
index 617c1adca816160b81edaf3a20b28bc84efca5d1..7cec535cf0bcaec3604d8ffd16662a27f1f0bee2 100644 (file)
@@ -534,7 +534,6 @@ static int db8500_regulator_remove(struct platform_device *pdev)
 static struct platform_driver db8500_regulator_driver = {
        .driver = {
                .name = "db8500-prcmu-regulators",
-               .owner = THIS_MODULE,
        },
        .probe = db8500_regulator_probe,
        .remove = db8500_regulator_remove,