X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fpwm%2Fpwm-puv3.c;h=ed6007b27585a9512d5c2470248343b3e80882d4;hb=50946b2aecf747e68a50eefa78f1ff9e009a6c0a;hp=a9a28083f245ca2f5efa8be46c6b3b79690170db;hpb=c3286ee337b0586a8ae2b4f13c33e3de5d71139e;p=karo-tx-linux.git diff --git a/drivers/pwm/pwm-puv3.c b/drivers/pwm/pwm-puv3.c index a9a28083f245..ed6007b27585 100644 --- a/drivers/pwm/pwm-puv3.c +++ b/drivers/pwm/pwm-puv3.c @@ -146,7 +146,6 @@ 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,