mfd: remove use of __devinit
[linux-2.6-microblaze.git] / drivers / mfd / pcf50633-core.c
index ad438e8..fc47735 100644 (file)
@@ -191,7 +191,7 @@ static struct regmap_config pcf50633_regmap_config = {
        .val_bits = 8,
 };
 
-static int __devinit pcf50633_probe(struct i2c_client *client,
+static int pcf50633_probe(struct i2c_client *client,
                                const struct i2c_device_id *ids)
 {
        struct pcf50633 *pcf;