]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/regulator/pwm-regulator.c
Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.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,