regulator: remove use of __devexit
[linux-2.6-block.git] / drivers / regulator / anatop-regulator.c
index a900c2992f259ea561900024e43c75c6b4bdffaa..1aa5246c79d90741a0ad56f8aacca2203e2f82f0 100644 (file)
@@ -186,7 +186,7 @@ anatop_probe_end:
        return ret;
 }
 
-static int __devexit anatop_regulator_remove(struct platform_device *pdev)
+static int anatop_regulator_remove(struct platform_device *pdev)
 {
        struct regulator_dev *rdev = platform_get_drvdata(pdev);
        struct anatop_regulator *sreg = rdev_get_drvdata(rdev);