X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fpwm%2Fpwm-jz4740.c;h=76d13150283f61636bbc3a4b68d6280af130f5e0;hb=603ba7e41bf5d405aba22294af5d075d8898176d;hp=9c46209e1d02aae6845bfe8d4dad5a153c36b07d;hpb=0b747172dce6e0905ab173afbaffebb7a11d89bd;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/pwm/pwm-jz4740.c b/drivers/pwm/pwm-jz4740.c index 9c46209e1d02..76d13150283f 100644 --- a/drivers/pwm/pwm-jz4740.c +++ b/drivers/pwm/pwm-jz4740.c @@ -194,7 +194,6 @@ static int jz4740_pwm_remove(struct platform_device *pdev) static struct platform_driver jz4740_pwm_driver = { .driver = { .name = "jz4740-pwm", - .owner = THIS_MODULE, }, .probe = jz4740_pwm_probe, .remove = jz4740_pwm_remove,