mfd: remove use of __devinit
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / mfd / tps65217.c
index 76360c10246e0efb11234de666b142336261222d..8cba75750e91d740d2f5cd273dda752b861e26a5 100644 (file)
@@ -153,7 +153,7 @@ static const struct of_device_id tps65217_of_match[] = {
        { /* sentinel */ },
 };
 
-static int __devinit tps65217_probe(struct i2c_client *client,
+static int tps65217_probe(struct i2c_client *client,
                                const struct i2c_device_id *ids)
 {
        struct tps65217 *tps;