Signed-off-by: Stefan Kristiansson <[email protected]>
---
 drivers/gpio/jbtrivial.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpio/jbtrivial.c b/drivers/gpio/jbtrivial.c
index dd81d62..a6d592b 100644
--- a/drivers/gpio/jbtrivial.c
+++ b/drivers/gpio/jbtrivial.c
@@ -186,7 +186,7 @@ static void jbgpio_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 jbgpio_of_probe(struct device_node *np)
+static int jbgpio_of_probe(struct device_node *np)
 {
        struct jbgpio_instance *chip;
        int status = 0;
@@ -251,7 +251,7 @@ static int __devinit jbgpio_of_probe(struct device_node *np)
        return 0;
 }
 
-static struct of_device_id jbgpio_of_match[] __devinitdata = {
+static struct of_device_id jbgpio_of_match[] = {
        { .compatible = "opencores,jbtrivial" },
        { /* end of list */ },
 };
-- 
1.8.1.2

_______________________________________________
Linux mailing list
[email protected]
http://lists.openrisc.net/listinfo/linux

Reply via email to