]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/thermal/imx_thermal.c
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[mirror_ubuntu-zesty-kernel.git] / drivers / thermal / imx_thermal.c
index f94062bd78ebd0a6903590828859d29fb0916ba2..c1188ac053c9650ce163a3e9e37f34a877959dc2 100644 (file)
@@ -632,7 +632,6 @@ static SIMPLE_DEV_PM_OPS(imx_thermal_pm_ops,
 static struct platform_driver imx_thermal = {
        .driver = {
                .name   = "imx_thermal",
-               .owner  = THIS_MODULE,
                .pm     = &imx_thermal_pm_ops,
                .of_match_table = of_imx_thermal_match,
        },