Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[firefly-linux-kernel-4.4.55.git] / drivers / pwm / pwm-puv3.c
index ed6007b27585a9512d5c2470248343b3e80882d4..a9a28083f245ca2f5efa8be46c6b3b79690170db 100644 (file)
@@ -146,6 +146,7 @@ static int pwm_remove(struct platform_device *pdev)
 static struct platform_driver puv3_pwm_driver = {
        .driver = {
                .name = "PKUnity-v3-PWM",
+               .owner = THIS_MODULE,
        },
        .probe = pwm_probe,
        .remove = pwm_remove,