gpio: remove use of __devinit
[firefly-linux-kernel-4.4.55.git] / drivers / gpio / gpio-xilinx.c
index 79b0fe8a7253523be260f621825eba0ca1bcd29d..5a35138eeadee6148129da98d992464d3ee14c23 100644 (file)
@@ -159,7 +159,7 @@ static void xgpio_save_regs(struct of_mm_gpio_chip *mm_gc)
  * driver data structure. It returns 0, if the driver is bound to the GPIO
  * device, or a negative value if there is an error.
  */
-static int __devinit xgpio_of_probe(struct device_node *np)
+static int xgpio_of_probe(struct device_node *np)
 {
        struct xgpio_instance *chip;
        int status = 0;