Input: remove use of __devexit_p
[linux-2.6-block.git] / drivers / input / misc / max8997_haptic.c
index 05b7b8bfaf0a8fb9800b09f6f7317d0b3a965182..8db64f652d7a501cb4669527427cb6e0f7d1bc2a 100644 (file)
@@ -396,7 +396,7 @@ static struct platform_driver max8997_haptic_driver = {
                .pm     = &max8997_haptic_pm_ops,
        },
        .probe          = max8997_haptic_probe,
-       .remove         = __devexit_p(max8997_haptic_remove),
+       .remove         = max8997_haptic_remove,
        .id_table       = max8997_haptic_id,
 };
 module_platform_driver(max8997_haptic_driver);