gpio: remove use of __devinit
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-wm8994.c
index 59f0944ba48416d9bf8196db2c3a03faca058fe7..fc3917889dabdb82793423852465a6f4ccedb71d 100644 (file)
@@ -245,7 +245,7 @@ static struct gpio_chip template_chip = {
        .can_sleep              = 1,
 };
 
-static int __devinit wm8994_gpio_probe(struct platform_device *pdev)
+static int wm8994_gpio_probe(struct platform_device *pdev)
 {
        struct wm8994 *wm8994 = dev_get_drvdata(pdev->dev.parent);
        struct wm8994_pdata *pdata = wm8994->dev->platform_data;