]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/iio/light/isl29028.c
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[~andy/linux] / drivers / staging / iio / light / isl29028.c
index bcf4a8f47b4a4557fc4f773e159f25be2fd62bb7..e52af77f7782c222a417466a4830569f43e6fe90 100644 (file)
@@ -555,7 +555,7 @@ static struct i2c_driver isl29028_driver = {
                .of_match_table = isl29028_of_match,
        },
        .probe   = isl29028_probe,
-       .remove  = __devexit_p(isl29028_remove),
+       .remove  = isl29028_remove,
        .id_table = isl29028_id,
 };