]> Pileus Git - ~andy/linux/blobdiff - drivers/watchdog/at91rm9200_wdt.c
watchdog: Remove redundant of_match_ptr
[~andy/linux] / drivers / watchdog / at91rm9200_wdt.c
index 1c75260b987c13dcd58ef1137c08ac5386709b0a..aa5cb56cf68a26b6ef042c3e5d2d17dadb67e289 100644 (file)
@@ -269,7 +269,7 @@ static struct platform_driver at91wdt_driver = {
        .driver         = {
                .name   = "at91_wdt",
                .owner  = THIS_MODULE,
-               .of_match_table = of_match_ptr(at91_wdt_dt_ids),
+               .of_match_table = at91_wdt_dt_ids,
        },
 };