]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/watchdog/wm8350_wdt.c
watchdog: remove use of __devexit
[mirror_ubuntu-zesty-kernel.git] / drivers / watchdog / wm8350_wdt.c
index 4530fa00b78d1c851f63037a0694495a061049de..34d272ada23d5cb4771eeed1b3afc6471117369e 100644 (file)
@@ -158,7 +158,7 @@ static int wm8350_wdt_probe(struct platform_device *pdev)
        return watchdog_register_device(&wm8350_wdt);
 }
 
-static int __devexit wm8350_wdt_remove(struct platform_device *pdev)
+static int wm8350_wdt_remove(struct platform_device *pdev)
 {
        watchdog_unregister_device(&wm8350_wdt);
        return 0;