X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fpwm%2Fpwm-tegra.c;h=74298c561c4e57f303f675a13987f6b70ecb5dc4;hb=566c1d0a49da09dfdf23e836398e2607f44c7c5e;hp=a5402933001f9cf446192d79b1ddf204e748e2a1;hpb=59aedb6df1f80cf9da7762a65450f616455898bb;p=karo-tx-linux.git diff --git a/drivers/pwm/pwm-tegra.c b/drivers/pwm/pwm-tegra.c index a5402933001f..74298c561c4e 100644 --- a/drivers/pwm/pwm-tegra.c +++ b/drivers/pwm/pwm-tegra.c @@ -239,6 +239,7 @@ MODULE_DEVICE_TABLE(of, tegra_pwm_of_match); static struct platform_driver tegra_pwm_driver = { .driver = { .name = "tegra-pwm", + .owner = THIS_MODULE, .of_match_table = tegra_pwm_of_match, }, .probe = tegra_pwm_probe,