This is a DW driver not IMX; fix variable name. Signed-off-by: Steffen Trumtrar <s.trumtrar@xxxxxxxxxxxxxx> --- drivers/gpio/gpio-dw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-dw.c b/drivers/gpio/gpio-dw.c index e582eb6d91ca..362f365fa6a1 100644 --- a/drivers/gpio/gpio-dw.c +++ b/drivers/gpio/gpio-dw.c @@ -99,7 +99,7 @@ static int dw_gpio_get_direction(struct gpio_chip *gc, unsigned offset) GPIOF_DIR_OUT : GPIOF_DIR_IN; } -static struct gpio_ops imx_gpio_ops = { +static struct gpio_ops dw_gpio_ops = { .direction_input = dw_gpio_direction_input, .direction_output = dw_gpio_direction_output, .get_direction = dw_gpio_get_direction, @@ -118,7 +118,7 @@ static int dw_gpio_probe(struct device_d *dev) if (IS_ERR(chip->regs)) return PTR_ERR(chip->regs); - chip->chip.ops = &imx_gpio_ops; + chip->chip.ops = &dw_gpio_ops; if (dev->id < 0) { chip->chip.base = of_alias_get_id(dev->device_node, "gpio"); if (chip->chip.base < 0) -- 2.4.6 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox