Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / pwm-regulator.c
index 91f34ca3a9acaec74fce1b88ead6689cc0bf04f7..253833ae35f357602c680618c0a0b54315963337 100644 (file)
@@ -184,7 +184,6 @@ MODULE_DEVICE_TABLE(of, pwm_of_match);
 static struct platform_driver pwm_regulator_driver = {
        .driver = {
                .name           = "pwm-regulator",
-               .owner          = THIS_MODULE,
                .of_match_table = of_match_ptr(pwm_of_match),
        },
        .probe = pwm_regulator_probe,