diff options
Diffstat (limited to 'drivers/watchdog/bfin_wdt.c')
-rw-r--r-- | drivers/watchdog/bfin_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c index 4a85dbf5aec0..241f8af88d15 100644 --- a/drivers/watchdog/bfin_wdt.c +++ b/drivers/watchdog/bfin_wdt.c | |||
@@ -356,7 +356,7 @@ static const struct watchdog_info bfin_wdt_info = { | |||
356 | * Registers the misc device. Actual device | 356 | * Registers the misc device. Actual device |
357 | * initialization is handled by bfin_wdt_open(). | 357 | * initialization is handled by bfin_wdt_open(). |
358 | */ | 358 | */ |
359 | static int __devinit bfin_wdt_probe(struct platform_device *pdev) | 359 | static int bfin_wdt_probe(struct platform_device *pdev) |
360 | { | 360 | { |
361 | int ret; | 361 | int ret; |
362 | 362 | ||