]> Git Repo - linux.git/blobdiff - drivers/misc/bmp085-i2c.c
drivers/misc: remove use of __devexit_p
[linux.git] / drivers / misc / bmp085-i2c.c
index a4f33c995ea17c6eabe257ae92c4fc950e49f0a5..08cd7958c147f396e4011d3ca4d73b80f277e588 100644 (file)
@@ -71,7 +71,7 @@ static struct i2c_driver bmp085_i2c_driver = {
        },
        .id_table       = bmp085_id,
        .probe          = bmp085_i2c_probe,
-       .remove         = __devexit_p(bmp085_i2c_remove),
+       .remove         = bmp085_i2c_remove,
 
        .detect         = bmp085_i2c_detect,
        .address_list   = normal_i2c
This page took 0.033327 seconds and 4 git commands to generate.