gpio: remove use of __devexit
[cascardo/linux.git] / drivers / gpio / gpio-rdc321x.c
index dd3b49f..1bf55f6 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);