Zhu Wang
2023-08-08 19:52:09 +08:00
committed by Alexandre Belloni
parent df9c16b5cc
commit 4f3688dca1
5 changed files with 5 additions and 7 deletions

View File

@ -118,7 +118,7 @@ MODULE_DEVICE_TABLE(of, aspeed_rtc_match);
static struct platform_driver aspeed_rtc_driver = {
.driver = {
.name = "aspeed-rtc",
.of_match_table = of_match_ptr(aspeed_rtc_match),
.of_match_table = aspeed_rtc_match,
},
};