diff options
Diffstat (limited to 'drivers/watchdog/xen_wdt.c')
-rw-r--r-- | drivers/watchdog/xen_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/xen_wdt.c b/drivers/watchdog/xen_wdt.c index 1eb6bdc020ac..92ad33d0cb71 100644 --- a/drivers/watchdog/xen_wdt.c +++ b/drivers/watchdog/xen_wdt.c | |||
@@ -280,7 +280,7 @@ static int xen_wdt_probe(struct platform_device *dev) | |||
280 | return ret; | 280 | return ret; |
281 | } | 281 | } |
282 | 282 | ||
283 | static int __devexit xen_wdt_remove(struct platform_device *dev) | 283 | static int xen_wdt_remove(struct platform_device *dev) |
284 | { | 284 | { |
285 | /* Stop the timer before we leave */ | 285 | /* Stop the timer before we leave */ |
286 | if (!nowayout) | 286 | if (!nowayout) |