]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pwm/pwm-tegra.c
Merge tag 'v3.11-rc2' into patchwork
[karo-tx-linux.git] / drivers / pwm / pwm-tegra.c
index a5402933001f9cf446192d79b1ddf204e748e2a1..74298c561c4e57f303f675a13987f6b70ecb5dc4 100644 (file)
@@ -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,