misc: remove use of __devinit
[deliverable/linux.git] / drivers / misc / ad525x_dpot-i2c.c
index 7254a98a89f622b811f32b6db84ce2f66e0e4715..c7bc84df4bdbfe445acccf8b01af1b745561aea7 100644 (file)
@@ -51,7 +51,7 @@ static const struct ad_dpot_bus_ops bops = {
        .write_r8d16    = write_r8d16,
 };
 
-static int __devinit ad_dpot_i2c_probe(struct i2c_client *client,
+static int ad_dpot_i2c_probe(struct i2c_client *client,
                                      const struct i2c_device_id *id)
 {
        struct ad_dpot_bus_data bdata = {
This page took 0.025061 seconds and 5 git commands to generate.