mfd: remove use of __devexit_p
[linux-2.6-block.git] / drivers / mfd / wm8994-core.c
index 8fefc961ec0663ef4d8147e52058c942bb94a2df..bb9cf5216115d1654b8687418554215285a41882 100644 (file)
@@ -744,7 +744,7 @@ static struct i2c_driver wm8994_i2c_driver = {
                .of_match_table = wm8994_of_match,
        },
        .probe = wm8994_i2c_probe,
-       .remove = __devexit_p(wm8994_i2c_remove),
+       .remove = wm8994_i2c_remove,
        .id_table = wm8994_i2c_id,
 };