gpio: remove use of __devexit
[deliverable/linux.git] / drivers / gpio / gpio-tc3589x.c
index d69d7c8838c6f536ca1b23cadc67c352866c1dab..839f44923cb9cd0e351b3231a806968c58a91a36 100644 (file)
@@ -389,7 +389,7 @@ out_free:
        return ret;
 }
 
-static int __devexit tc3589x_gpio_remove(struct platform_device *pdev)
+static int tc3589x_gpio_remove(struct platform_device *pdev)
 {
        struct tc3589x_gpio *tc3589x_gpio = platform_get_drvdata(pdev);
        struct tc3589x *tc3589x = tc3589x_gpio->tc3589x;
This page took 0.027875 seconds and 5 git commands to generate.