diff options
Diffstat (limited to 'drivers/watchdog/nuc900_wdt.c')
-rw-r--r-- | drivers/watchdog/nuc900_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/nuc900_wdt.c b/drivers/watchdog/nuc900_wdt.c index a77f6900917d..d05daefa8640 100644 --- a/drivers/watchdog/nuc900_wdt.c +++ b/drivers/watchdog/nuc900_wdt.c | |||
@@ -242,7 +242,7 @@ static struct miscdevice nuc900wdt_miscdev = { | |||
242 | .fops = &nuc900wdt_fops, | 242 | .fops = &nuc900wdt_fops, |
243 | }; | 243 | }; |
244 | 244 | ||
245 | static int __devinit nuc900wdt_probe(struct platform_device *pdev) | 245 | static int nuc900wdt_probe(struct platform_device *pdev) |
246 | { | 246 | { |
247 | int ret = 0; | 247 | int ret = 0; |
248 | 248 | ||