watchdog: remove use of __devexit
[deliverable/linux.git] / drivers / watchdog / stmp3xxx_wdt.c
index 254cce38cc03576de3004f1df9544b4239d31023..1f4f69728feede34ea85a4cecc1c28334f2d014f 100644 (file)
@@ -229,7 +229,7 @@ static int stmp3xxx_wdt_probe(struct platform_device *pdev)
        return ret;
 }
 
-static int __devexit stmp3xxx_wdt_remove(struct platform_device *pdev)
+static int stmp3xxx_wdt_remove(struct platform_device *pdev)
 {
        misc_deregister(&stmp3xxx_wdt_miscdev);
        return 0;
This page took 0.031658 seconds and 5 git commands to generate.