aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-at91rm9200.c
diff options
context:
space:
mode:
authorZhu Wang <wangzhu9@huawei.com>2023-08-08 19:52:09 +0800
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2023-08-10 09:45:41 +0200
commit4f3688dca15053555ade31a785a9c75837a64fb8 (patch)
tree359f1605678a1421fd1f3b4e11df8f946d0644f1 /drivers/rtc/rtc-at91rm9200.c
parentdf9c16b5ccc8e4aab5e492b5f110167c75c74b0a (diff)
downloadlinux-4f3688dca15053555ade31a785a9c75837a64fb8.tar.gz
rtc: remove redundant of_match_ptr()
Diffstat (limited to 'drivers/rtc/rtc-at91rm9200.c')
-rw-r--r--drivers/rtc/rtc-at91rm9200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-at91rm9200.c b/drivers/rtc/rtc-at91rm9200.c
index 245588a7b417c..add4f71d7b3b9 100644
--- a/drivers/rtc/rtc-at91rm9200.c
+++ b/drivers/rtc/rtc-at91rm9200.c
@@ -641,7 +641,7 @@ static struct platform_driver at91_rtc_driver = {
.driver = {
.name = "at91_rtc",
.pm = &at91_rtc_pm_ops,
- .of_match_table = of_match_ptr(at91_rtc_dt_ids),
+ .of_match_table = at91_rtc_dt_ids,
},
};