aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/imx_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/imx_thermal.c')
-rw-r--r--drivers/thermal/imx_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c
index 5a1f1070b702..88b32f942dcf 100644
--- a/drivers/thermal/imx_thermal.c
+++ b/drivers/thermal/imx_thermal.c
@@ -637,7 +637,6 @@ static SIMPLE_DEV_PM_OPS(imx_thermal_pm_ops,
637static struct platform_driver imx_thermal = { 637static struct platform_driver imx_thermal = {
638 .driver = { 638 .driver = {
639 .name = "imx_thermal", 639 .name = "imx_thermal",
640 .owner = THIS_MODULE,
641 .pm = &imx_thermal_pm_ops, 640 .pm = &imx_thermal_pm_ops,
642 .of_match_table = of_imx_thermal_match, 641 .of_match_table = of_imx_thermal_match,
643 }, 642 },