aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/davinci_wdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/davinci_wdt.c')
-rw-r--r--drivers/watchdog/davinci_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/davinci_wdt.c b/drivers/watchdog/davinci_wdt.c
index d09ad2254b57..cfdf8a408aea 100644
--- a/drivers/watchdog/davinci_wdt.c
+++ b/drivers/watchdog/davinci_wdt.c
@@ -218,7 +218,6 @@ MODULE_DEVICE_TABLE(of, davinci_wdt_of_match);
218static struct platform_driver platform_wdt_driver = { 218static struct platform_driver platform_wdt_driver = {
219 .driver = { 219 .driver = {
220 .name = "davinci-wdt", 220 .name = "davinci-wdt",
221 .owner = THIS_MODULE,
222 .of_match_table = davinci_wdt_of_match, 221 .of_match_table = davinci_wdt_of_match,
223 }, 222 },
224 .probe = davinci_wdt_probe, 223 .probe = davinci_wdt_probe,