aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/kirkwood_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/kirkwood_thermal.c')
-rw-r--r--drivers/thermal/kirkwood_thermal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/kirkwood_thermal.c b/drivers/thermal/kirkwood_thermal.c
index 3b034a0dfc94..11041fe63dc2 100644
--- a/drivers/thermal/kirkwood_thermal.c
+++ b/drivers/thermal/kirkwood_thermal.c
@@ -114,7 +114,6 @@ static struct platform_driver kirkwood_thermal_driver = {
114 .remove = kirkwood_thermal_exit, 114 .remove = kirkwood_thermal_exit,
115 .driver = { 115 .driver = {
116 .name = "kirkwood_thermal", 116 .name = "kirkwood_thermal",
117 .owner = THIS_MODULE,
118 .of_match_table = kirkwood_thermal_id_table, 117 .of_match_table = kirkwood_thermal_id_table,
119 }, 118 },
120}; 119};