]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/iio/light/isl29028.c
staging: iio: remove use of __devexit
[~andy/linux] / drivers / staging / iio / light / isl29028.c
index 33a4c3f94a144b66c41e0ca127222d8510c339f8..bcf4a8f47b4a4557fc4f773e159f25be2fd62bb7 100644 (file)
@@ -475,7 +475,7 @@ static const struct regmap_config isl29028_regmap_config = {
        .cache_type = REGCACHE_RBTREE,
 };
 
-static int __devinit isl29028_probe(struct i2c_client *client,
+static int isl29028_probe(struct i2c_client *client,
        const struct i2c_device_id *id)
 {
        struct isl29028_chip *chip;
@@ -526,7 +526,7 @@ exit_iio_free:
        return ret;
 }
 
-static int __devexit isl29028_remove(struct i2c_client *client)
+static int isl29028_remove(struct i2c_client *client)
 {
        struct iio_dev *indio_dev = i2c_get_clientdata(client);