diff options
Diffstat (limited to 'drivers/char/watchdog/s3c2410_wdt.c')
-rw-r--r-- | drivers/char/watchdog/s3c2410_wdt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/char/watchdog/s3c2410_wdt.c b/drivers/char/watchdog/s3c2410_wdt.c index b732020acadb..751cb77b0715 100644 --- a/drivers/char/watchdog/s3c2410_wdt.c +++ b/drivers/char/watchdog/s3c2410_wdt.c | |||
@@ -44,7 +44,7 @@ | |||
44 | #include <linux/watchdog.h> | 44 | #include <linux/watchdog.h> |
45 | #include <linux/fs.h> | 45 | #include <linux/fs.h> |
46 | #include <linux/init.h> | 46 | #include <linux/init.h> |
47 | #include <linux/device.h> | 47 | #include <linux/platform_device.h> |
48 | #include <linux/interrupt.h> | 48 | #include <linux/interrupt.h> |
49 | 49 | ||
50 | #include <asm/uaccess.h> | 50 | #include <asm/uaccess.h> |
@@ -497,6 +497,7 @@ static int s3c2410wdt_resume(struct device *dev) | |||
497 | 497 | ||
498 | 498 | ||
499 | static struct device_driver s3c2410wdt_driver = { | 499 | static struct device_driver s3c2410wdt_driver = { |
500 | .owner = THIS_MODULE, | ||
500 | .name = "s3c2410-wdt", | 501 | .name = "s3c2410-wdt", |
501 | .bus = &platform_bus_type, | 502 | .bus = &platform_bus_type, |
502 | .probe = s3c2410wdt_probe, | 503 | .probe = s3c2410wdt_probe, |