gpio: remove use of __devexit
[deliverable/linux.git] / drivers / gpio / gpio-timberdale.c
index 728d6e773a840db867adab994d06c0708496d7fa..702cca9284f1b54ef226348e083f14476d9f9a88 100644 (file)
@@ -316,7 +316,7 @@ err_mem:
        return err;
 }
 
-static int __devexit timbgpio_remove(struct platform_device *pdev)
+static int timbgpio_remove(struct platform_device *pdev)
 {
        int err;
        struct timbgpio_platform_data *pdata = pdev->dev.platform_data;
This page took 0.036317 seconds and 5 git commands to generate.