summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/watchdog/starfive-wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/starfive-wdt.c b/drivers/watchdog/starfive-wdt.c
index 8f378900624d..8058fca4d05d 100644
--- a/drivers/watchdog/starfive-wdt.c
+++ b/drivers/watchdog/starfive-wdt.c
@@ -595,7 +595,7 @@ static struct platform_driver starfive_wdt_driver = {
.driver = {
.name = "starfive-wdt",
.pm = &starfive_wdt_pm_ops,
- .of_match_table = of_match_ptr(starfive_wdt_match),
+ .of_match_table = starfive_wdt_match,
},
};
module_platform_driver(starfive_wdt_driver);