gpio: remove use of __devexit_p
[deliverable/linux.git] / drivers / gpio / gpio-tc3589x.c
index 1e48317e70fb045838b8053cc135055e7765c4ac..debe67e595d209f2337b2bd5eb93121109e889fd 100644 (file)
@@ -419,7 +419,7 @@ static struct platform_driver tc3589x_gpio_driver = {
        .driver.name    = "tc3589x-gpio",
        .driver.owner   = THIS_MODULE,
        .probe          = tc3589x_gpio_probe,
-       .remove         = __devexit_p(tc3589x_gpio_remove),
+       .remove         = tc3589x_gpio_remove,
 };
 
 static int __init tc3589x_gpio_init(void)
This page took 0.029844 seconds and 5 git commands to generate.