Merge branch 'akpm' (patches from Andrew Morton)
[cascardo/linux.git] / drivers / rtc / rtc-snvs.c
index 316a342..fa384fe 100644 (file)
@@ -329,7 +329,7 @@ static struct platform_driver snvs_rtc_driver = {
                .name   = "snvs_rtc",
                .owner  = THIS_MODULE,
                .pm     = &snvs_rtc_pm_ops,
-               .of_match_table = of_match_ptr(snvs_dt_ids),
+               .of_match_table = snvs_dt_ids,
        },
        .probe          = snvs_rtc_probe,
 };