]> Pileus Git - ~andy/linux/blobdiff - drivers/gpio/gpio-msm-v2.c
gpio: remove use of __devexit_p
[~andy/linux] / drivers / gpio / gpio-msm-v2.c
index 38305beb437572d9de5cbb6389c37524bb3423a2..26f5122330c25b8b35386f40637505252813d207 100644 (file)
@@ -390,7 +390,7 @@ static int __devexit msm_gpio_remove(struct platform_device *dev)
 
 static struct platform_driver msm_gpio_driver = {
        .probe = msm_gpio_probe,
-       .remove = __devexit_p(msm_gpio_remove),
+       .remove = msm_gpio_remove,
        .driver = {
                .name = "msmgpio",
                .owner = THIS_MODULE,