Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[firefly-linux-kernel-4.4.55.git] / drivers / rtc / rtc-ab8500.c
index bf3c2f669c3c50584a1c63760ede523b9aa10cfb..2e5970fe9eebccc97fc385460d9e0c365f0515e0 100644 (file)
@@ -462,16 +462,10 @@ static int __devexit ab8500_rtc_remove(struct platform_device *pdev)
        return 0;
 }
 
-static const struct of_device_id ab8500_rtc_match[] = {
-       { .compatible = "stericsson,ab8500-rtc", },
-       {}
-};
-
 static struct platform_driver ab8500_rtc_driver = {
        .driver = {
                .name = "ab8500-rtc",
                .owner = THIS_MODULE,
-               .of_match_table = ab8500_rtc_match,
        },
        .probe  = ab8500_rtc_probe,
        .remove = __devexit_p(ab8500_rtc_remove),