aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/watchdog/mpcore_wdt.c1
-rw-r--r--drivers/char/watchdog/mv64x60_wdt.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/watchdog/mpcore_wdt.c b/drivers/char/watchdog/mpcore_wdt.c
index 47a5f6ab4879..da631c114fd1 100644
--- a/drivers/char/watchdog/mpcore_wdt.c
+++ b/drivers/char/watchdog/mpcore_wdt.c
@@ -396,6 +396,7 @@ static int __devexit mpcore_wdt_remove(struct device *dev)
396} 396}
397 397
398static struct device_driver mpcore_wdt_driver = { 398static struct device_driver mpcore_wdt_driver = {
399 .owner = THIS_MODULE,
399 .name = "mpcore_wdt", 400 .name = "mpcore_wdt",
400 .bus = &platform_bus_type, 401 .bus = &platform_bus_type,
401 .probe = mpcore_wdt_probe, 402 .probe = mpcore_wdt_probe,
diff --git a/drivers/char/watchdog/mv64x60_wdt.c b/drivers/char/watchdog/mv64x60_wdt.c
index 04e0d7e9680d..119b3c541d95 100644
--- a/drivers/char/watchdog/mv64x60_wdt.c
+++ b/drivers/char/watchdog/mv64x60_wdt.c
@@ -213,6 +213,7 @@ static int __devexit mv64x60_wdt_remove(struct device *dev)
213} 213}
214 214
215static struct device_driver mv64x60_wdt_driver = { 215static struct device_driver mv64x60_wdt_driver = {
216 .owner = THIS_MODULE,
216 .name = MV64x60_WDT_NAME, 217 .name = MV64x60_WDT_NAME,
217 .bus = &platform_bus_type, 218 .bus = &platform_bus_type,
218 .probe = mv64x60_wdt_probe, 219 .probe = mv64x60_wdt_probe,