regulator: remove use of __devinit
[firefly-linux-kernel-4.4.55.git] / drivers / regulator / max1586.c
index 184a92feca7047fd479433bb4bd8a33c5c798c6a..1609810a9a3dbfe7e44613059558153645614985 100644 (file)
@@ -125,7 +125,7 @@ static struct regulator_desc max1586_reg[] = {
        },
 };
 
-static int __devinit max1586_pmic_probe(struct i2c_client *client,
+static int max1586_pmic_probe(struct i2c_client *client,
                                        const struct i2c_device_id *i2c_id)
 {
        struct regulator_dev **rdev;