brcmfmac: remove unnecessary EXPORT_SYMBOL() usage
[deliverable/linux.git] / drivers / rtc / rtc-sirfsoc.c
index de132b4acd664fd2aa7e6c7551458900e036e723..3eb3642ae299fe66f6fb6bd57db39c8955d2d2f1 100644 (file)
@@ -458,7 +458,7 @@ static struct platform_driver sirfsoc_rtc_driver = {
 #ifdef CONFIG_PM
                .pm = &sirfsoc_rtc_pm_ops,
 #endif
-               .of_match_table = of_match_ptr(sirfsoc_rtc_of_match),
+               .of_match_table = sirfsoc_rtc_of_match,
        },
        .probe = sirfsoc_rtc_probe,
        .remove = sirfsoc_rtc_remove,
This page took 0.028141 seconds and 5 git commands to generate.