diff options
Diffstat (limited to 'drivers/watchdog/max63xx_wdt.c')
-rw-r--r-- | drivers/watchdog/max63xx_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/max63xx_wdt.c b/drivers/watchdog/max63xx_wdt.c index 7e952217cf6..b572c751ebf 100644 --- a/drivers/watchdog/max63xx_wdt.c +++ b/drivers/watchdog/max63xx_wdt.c | |||
@@ -174,7 +174,7 @@ static struct watchdog_device max63xx_wdt_dev = { | |||
174 | .ops = &max63xx_wdt_ops, | 174 | .ops = &max63xx_wdt_ops, |
175 | }; | 175 | }; |
176 | 176 | ||
177 | static int __devinit max63xx_wdt_probe(struct platform_device *pdev) | 177 | static int max63xx_wdt_probe(struct platform_device *pdev) |
178 | { | 178 | { |
179 | struct resource *wdt_mem; | 179 | struct resource *wdt_mem; |
180 | struct max63xx_timeout *table; | 180 | struct max63xx_timeout *table; |