]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/watchdog/iTCO_wdt.c
watchdog: remove use of __devexit
[mirror_ubuntu-zesty-kernel.git] / drivers / watchdog / iTCO_wdt.c
index fb341df65614536b5c9b85a0110de95fbe2eed57..6130321da3871dc80b020acc232fca4fc0b8cffc 100644 (file)
@@ -364,7 +364,7 @@ static struct watchdog_device iTCO_wdt_watchdog_dev = {
  *     Init & exit routines
  */
 
-static void __devexit iTCO_wdt_cleanup(void)
+static void iTCO_wdt_cleanup(void)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
@@ -533,7 +533,7 @@ out:
        return ret;
 }
 
-static int __devexit iTCO_wdt_remove(struct platform_device *dev)
+static int iTCO_wdt_remove(struct platform_device *dev)
 {
        if (iTCO_wdt_private.tco_res || iTCO_wdt_private.smi_res)
                iTCO_wdt_cleanup();