diff options
Diffstat (limited to 'drivers/watchdog/davinci_wdt.c')
-rw-r--r-- | drivers/watchdog/davinci_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/davinci_wdt.c b/drivers/watchdog/davinci_wdt.c index c8c5c8032bcb..ea4e96259a82 100644 --- a/drivers/watchdog/davinci_wdt.c +++ b/drivers/watchdog/davinci_wdt.c | |||
@@ -268,7 +268,7 @@ static struct platform_driver platform_wdt_driver = { | |||
268 | .owner = THIS_MODULE, | 268 | .owner = THIS_MODULE, |
269 | }, | 269 | }, |
270 | .probe = davinci_wdt_probe, | 270 | .probe = davinci_wdt_probe, |
271 | .remove = __devexit_p(davinci_wdt_remove), | 271 | .remove = davinci_wdt_remove, |
272 | }; | 272 | }; |
273 | 273 | ||
274 | module_platform_driver(platform_wdt_driver); | 274 | module_platform_driver(platform_wdt_driver); |