aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_mmio.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/thermal_mmio.c')
-rw-r--r--drivers/thermal/thermal_mmio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_mmio.c b/drivers/thermal/thermal_mmio.c
index 40524fa13533..d0bdf1ea3331 100644
--- a/drivers/thermal/thermal_mmio.c
+++ b/drivers/thermal/thermal_mmio.c
@@ -110,7 +110,6 @@ static struct platform_driver thermal_mmio_driver = {
.probe = thermal_mmio_probe,
.driver = {
.name = "thermal-mmio",
- .owner = THIS_MODULE,
.of_match_table = of_match_ptr(thermal_mmio_id_table),
},
};