gpio: remove use of __devexit
[deliverable/linux.git] / drivers / gpio / gpio-rdc321x.c
index dd3b49f0984407cf5674e6bf34454cd549e12692..1bf55f67f7a54c1b2a2ae5f2b1a2dcc28dc9cfc0 100644 (file)
@@ -206,7 +206,7 @@ out_free:
        return err;
 }
 
-static int __devexit rdc321x_gpio_remove(struct platform_device *pdev)
+static int rdc321x_gpio_remove(struct platform_device *pdev)
 {
        int ret;
        struct rdc321x_gpio *rdc321x_gpio_dev = platform_get_drvdata(pdev);
This page took 0.024323 seconds and 5 git commands to generate.