gpio: remove use of __devinit
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-mvebu.c
index cf7afb9eb61ab02c4060532dbdd39e2c2c6e9561..88ad416c2bb02a8239c4cf0f1003cf5d069ad129 100644 (file)
@@ -478,7 +478,7 @@ static struct of_device_id mvebu_gpio_of_match[] __devinitdata = {
 };
 MODULE_DEVICE_TABLE(of, mvebu_gpio_of_match);
 
-static int __devinit mvebu_gpio_probe(struct platform_device *pdev)
+static int mvebu_gpio_probe(struct platform_device *pdev)
 {
        struct mvebu_gpio_chip *mvchip;
        const struct of_device_id *match;