diff options
Diffstat (limited to 'drivers/watchdog/riowd.c')
-rw-r--r-- | drivers/watchdog/riowd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/riowd.c b/drivers/watchdog/riowd.c index cfed0fe264dc..aba53424605e 100644 --- a/drivers/watchdog/riowd.c +++ b/drivers/watchdog/riowd.c | |||
@@ -237,7 +237,6 @@ MODULE_DEVICE_TABLE(of, riowd_match); | |||
237 | static struct platform_driver riowd_driver = { | 237 | static struct platform_driver riowd_driver = { |
238 | .driver = { | 238 | .driver = { |
239 | .name = DRIVER_NAME, | 239 | .name = DRIVER_NAME, |
240 | .owner = THIS_MODULE, | ||
241 | .of_match_table = riowd_match, | 240 | .of_match_table = riowd_match, |
242 | }, | 241 | }, |
243 | .probe = riowd_probe, | 242 | .probe = riowd_probe, |