Skip to content

Commit

Permalink
watchdog/aspeed: Wrap in of_match_ptr
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
Joel Stanley committed Nov 23, 2015
1 parent 5fff907 commit 706358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/aspeed_wdt.c
Original file line number Diff line number Diff line change
@@ -215,7 +215,7 @@ static struct platform_driver aspeed_watchdog_driver = {
.remove = aspeed_wdt_remove,
.driver = {
.name = KBUILD_MODNAME,
.of_match_table = aspeed_wdt_of_table,
.of_match_table = of_match_ptr(aspeed_wdt_of_table),
},
};
module_platform_driver(aspeed_watchdog_driver);

0 comments on commit 706358a

Please sign in to comment.