diff options
Diffstat (limited to 'drivers/watchdog/davinci_wdt.c')
-rw-r--r-- | drivers/watchdog/davinci_wdt.c | 1 |
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); | |||
218 | static struct platform_driver platform_wdt_driver = { | 218 | static 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, |