]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/thermal/spear_thermal.c
Thermal: spear: Remove redundant use of of_match_ptr
[karo-tx-linux.git] / drivers / thermal / spear_thermal.c
index 3c5ee5607977c562dca9209d44c1b2627a2b760f..838aff29b9d813de716268b3b5d3c0b2df24d9ca 100644 (file)
@@ -198,7 +198,7 @@ static struct platform_driver spear_thermal_driver = {
                .name = "spear_thermal",
                .owner = THIS_MODULE,
                .pm = &spear_thermal_pm_ops,
-               .of_match_table = of_match_ptr(spear_thermal_id_table),
+               .of_match_table = spear_thermal_id_table,
        },
 };