Input: remove use of __devexit_p
[linux-2.6-block.git] / drivers / input / misc / pm8xxx-vibrator.c
index dfbfb463ea5d22844ea5c247bbbc0cf6644b44ea..2e0a3bfeff077339d9e3b4f9f085962e49940f73 100644 (file)
@@ -270,7 +270,7 @@ static SIMPLE_DEV_PM_OPS(pm8xxx_vib_pm_ops, pm8xxx_vib_suspend, NULL);
 
 static struct platform_driver pm8xxx_vib_driver = {
        .probe          = pm8xxx_vib_probe,
-       .remove         = __devexit_p(pm8xxx_vib_remove),
+       .remove         = pm8xxx_vib_remove,
        .driver         = {
                .name   = "pm8xxx-vib",
                .owner  = THIS_MODULE,