diff options
Diffstat (limited to 'drivers/char/watchdog/mv64x60_wdt.c')
-rw-r--r-- | drivers/char/watchdog/mv64x60_wdt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/watchdog/mv64x60_wdt.c b/drivers/char/watchdog/mv64x60_wdt.c index 6d3ff0836c44..119b3c541d95 100644 --- a/drivers/char/watchdog/mv64x60_wdt.c +++ b/drivers/char/watchdog/mv64x60_wdt.c | |||
@@ -22,6 +22,8 @@ | |||
22 | #include <linux/miscdevice.h> | 22 | #include <linux/miscdevice.h> |
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/watchdog.h> | 24 | #include <linux/watchdog.h> |
25 | #include <linux/platform_device.h> | ||
26 | |||
25 | #include <asm/mv64x60.h> | 27 | #include <asm/mv64x60.h> |
26 | #include <asm/uaccess.h> | 28 | #include <asm/uaccess.h> |
27 | #include <asm/io.h> | 29 | #include <asm/io.h> |
@@ -211,6 +213,7 @@ static int __devexit mv64x60_wdt_remove(struct device *dev) | |||
211 | } | 213 | } |
212 | 214 | ||
213 | static struct device_driver mv64x60_wdt_driver = { | 215 | static struct device_driver mv64x60_wdt_driver = { |
216 | .owner = THIS_MODULE, | ||
214 | .name = MV64x60_WDT_NAME, | 217 | .name = MV64x60_WDT_NAME, |
215 | .bus = &platform_bus_type, | 218 | .bus = &platform_bus_type, |
216 | .probe = mv64x60_wdt_probe, | 219 | .probe = mv64x60_wdt_probe, |