Input: remove use of __devexit_p
[linux-2.6-block.git] / drivers / input / touchscreen / cy8ctmg110_ts.c
index ad6a6640f385da6fcf4f0575701bece678aa41b2..9a2044f978ae860599f573cbcbf20ee08580f86c 100644 (file)
@@ -357,7 +357,7 @@ static struct i2c_driver cy8ctmg110_driver = {
        },
        .id_table       = cy8ctmg110_idtable,
        .probe          = cy8ctmg110_probe,
-       .remove         = __devexit_p(cy8ctmg110_remove),
+       .remove         = cy8ctmg110_remove,
 };
 
 module_i2c_driver(cy8ctmg110_driver);