aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/spear_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/spear_thermal.c')
-rw-r--r--drivers/thermal/spear_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/spear_thermal.c b/drivers/thermal/spear_thermal.c
index 3c5ee5607977..838aff29b9d8 100644
--- a/drivers/thermal/spear_thermal.c
+++ b/drivers/thermal/spear_thermal.c
@@ -198,7 +198,7 @@ static struct platform_driver spear_thermal_driver = {
198 .name = "spear_thermal", 198 .name = "spear_thermal",
199 .owner = THIS_MODULE, 199 .owner = THIS_MODULE,
200 .pm = &spear_thermal_pm_ops, 200 .pm = &spear_thermal_pm_ops,
201 .of_match_table = of_match_ptr(spear_thermal_id_table), 201 .of_match_table = spear_thermal_id_table,
202 }, 202 },
203}; 203};
204 204