gpio: remove use of __devexit
[deliverable/linux.git] / drivers / gpio / gpio-tps65910.c
index 635352c063c75b939de4a00ff450b7ec97bb6e5f..5083825a0348bf4167f6895355e20f317eda3319 100644 (file)
@@ -188,7 +188,7 @@ skip_init:
        return ret;
 }
 
-static int __devexit tps65910_gpio_remove(struct platform_device *pdev)
+static int tps65910_gpio_remove(struct platform_device *pdev)
 {
        struct tps65910_gpio *tps65910_gpio = platform_get_drvdata(pdev);
 
This page took 0.027751 seconds and 5 git commands to generate.