Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15edd9ee authored by Sachin Kamat's avatar Sachin Kamat Committed by Wim Van Sebroeck
Browse files

watchdog: sirf: Remove redundant of_match_ptr helper



'sirfsoc_wdt_of_match' is always compiled in. Hence the
helper macro is not needed.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 7bb5be94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ static struct platform_driver sirfsoc_wdt_driver = {
		.name = "sirfsoc-wdt",
		.owner = THIS_MODULE,
		.pm = &sirfsoc_wdt_pm_ops,
		.of_match_table	= of_match_ptr(sirfsoc_wdt_of_match),
		.of_match_table	= sirfsoc_wdt_of_match,
	},
	.probe = sirfsoc_wdt_probe,
	.remove = sirfsoc_wdt_remove,