drivers/misc: remove use of __devexit_p
[linux-2.6-block.git] / drivers / misc / eeprom / at24.c
index ab1ad41786d118327a5cb7210486454430de8f8c..3c36997bdacd6c78e7b11a50e6fa385eea163f53 100644 (file)
@@ -680,7 +680,7 @@ static struct i2c_driver at24_driver = {
                .owner = THIS_MODULE,
        },
        .probe = at24_probe,
-       .remove = __devexit_p(at24_remove),
+       .remove = at24_remove,
        .id_table = at24_ids,
 };