rtc: remove redundant of_match_ptr()
Signed-off-by: Zhu Wang <wangzhu9@huawei.com> Link: https://lore.kernel.org/r/20230808115213.154377-2-wangzhu9@huawei.com Link: https://lore.kernel.org/r/20230808115213.154377-3-wangzhu9@huawei.com Link: https://lore.kernel.org/r/20230808115213.154377-4-wangzhu9@huawei.com Link: https://lore.kernel.org/r/20230808115213.154377-5-wangzhu9@huawei.com Link: https://lore.kernel.org/r/20230808115213.154377-6-wangzhu9@huawei.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
df9c16b5cc
commit
4f3688dca1
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user