regulator: remove use of __devexit
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / tps65090-regulator.c
index cc5be1f512a8386962e3f1b0a2ef777cdc9bb23c..3974a992220f2c963f824d907d6ba0f44aaac799 100644 (file)
@@ -232,7 +232,7 @@ scrub:
        return ret;
 }
 
-static int __devexit tps65090_regulator_remove(struct platform_device *pdev)
+static int tps65090_regulator_remove(struct platform_device *pdev)
 {
        struct tps65090_regulator *pmic = platform_get_drvdata(pdev);
        struct tps65090_regulator *ri;