diff options
Diffstat (limited to 'drivers/thermal/armada_thermal.c')
-rw-r--r-- | drivers/thermal/armada_thermal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/armada_thermal.c b/drivers/thermal/armada_thermal.c index 5b4d75fd7b49..7c603b854e87 100644 --- a/drivers/thermal/armada_thermal.c +++ b/drivers/thermal/armada_thermal.c | |||
@@ -221,7 +221,7 @@ static struct platform_driver armada_thermal_driver = { | |||
221 | .driver = { | 221 | .driver = { |
222 | .name = "armada_thermal", | 222 | .name = "armada_thermal", |
223 | .owner = THIS_MODULE, | 223 | .owner = THIS_MODULE, |
224 | .of_match_table = of_match_ptr(armada_thermal_id_table), | 224 | .of_match_table = armada_thermal_id_table, |
225 | }, | 225 | }, |
226 | }; | 226 | }; |
227 | 227 | ||