regulator: remove use of __devexit
[linux-2.6-block.git] / drivers / regulator / max8925-regulator.c
index cd06708f4af4efe47eb92dce1911e1eeeab09877..446a854455535b4603fa2584f09498b0e557cc0e 100644 (file)
@@ -323,7 +323,7 @@ static int max8925_regulator_probe(struct platform_device *pdev)
        return 0;
 }
 
-static int __devexit max8925_regulator_remove(struct platform_device *pdev)
+static int max8925_regulator_remove(struct platform_device *pdev)
 {
        struct regulator_dev *rdev = platform_get_drvdata(pdev);