diff options
Diffstat (limited to 'drivers/watchdog/mtx-1_wdt.c')
-rw-r--r-- | drivers/watchdog/mtx-1_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/mtx-1_wdt.c b/drivers/watchdog/mtx-1_wdt.c index 8c642763ca6..14dab6ff87a 100644 --- a/drivers/watchdog/mtx-1_wdt.c +++ b/drivers/watchdog/mtx-1_wdt.c | |||
@@ -233,7 +233,7 @@ static int mtx1_wdt_probe(struct platform_device *pdev) | |||
233 | return 0; | 233 | return 0; |
234 | } | 234 | } |
235 | 235 | ||
236 | static int __devexit mtx1_wdt_remove(struct platform_device *pdev) | 236 | static int mtx1_wdt_remove(struct platform_device *pdev) |
237 | { | 237 | { |
238 | /* FIXME: do we need to lock this test ? */ | 238 | /* FIXME: do we need to lock this test ? */ |
239 | if (mtx1_wdt_device.queue) { | 239 | if (mtx1_wdt_device.queue) { |