Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32935772 authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Linus Walleij
Browse files

gpio: davinci: Remove unused member of davinci_gpio_controller



This was added as part of the patch in the fixes below, but was
not needed or used, remove this here.

Fixes: 8e11047b ("gpio: davinci: Add support for multiple GPIO controllers")
Tested-by: default avatarKeerthy <j-keerthy@ti.com>
Acked-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f13a0b0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ struct davinci_gpio_controller {
	void __iomem		*regs[MAX_REGS_BANKS];
	int			gpio_unbanked;
	int			irqs[MAX_INT_PER_BANK];
	unsigned int		base;
};

/*