]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/gpio/gpio-generic.c
gpio: remove use of __devexit
[mirror_ubuntu-artful-kernel.git] / drivers / gpio / gpio-generic.c
index be3759648149572271d8382a9d0e2239181ef45f..05fcc0f247caeaa55d49eecc10237a70c6348614 100644 (file)
@@ -507,7 +507,7 @@ static int bgpio_pdev_probe(struct platform_device *pdev)
        return gpiochip_add(&bgc->gc);
 }
 
-static int __devexit bgpio_pdev_remove(struct platform_device *pdev)
+static int bgpio_pdev_remove(struct platform_device *pdev)
 {
        struct bgpio_chip *bgc = platform_get_drvdata(pdev);