watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / sp5100_tco.c
index 7ee39a79ff1e7df381fff77a5229048a85687d3c..b3876812ff075327a57cb33d55f7c9c684fa9dcc 100644 (file)
@@ -412,7 +412,7 @@ exit:
        return ret;
 }
 
-static void __devexit sp5100_tco_cleanup(void)
+static void sp5100_tco_cleanup(void)
 {
        /* Stop the timer before we leave */
        if (!nowayout)
@@ -425,7 +425,7 @@ static void __devexit sp5100_tco_cleanup(void)
        release_region(pm_iobase, SP5100_PM_IOPORTS_SIZE);
 }
 
-static int __devexit sp5100_tco_remove(struct platform_device *dev)
+static int sp5100_tco_remove(struct platform_device *dev)
 {
        if (tcobase)
                sp5100_tco_cleanup();
This page took 0.047176 seconds and 5 git commands to generate.