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

Commit 02ed185a authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: xgene: Remove unneeded forward declation for struct xgene_gpio

parent 1a19864e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -38,8 +38,6 @@
#define GPIO_BIT_OFFSET(x)	(x % XGENE_GPIOS_PER_BANK)
#define GPIO_BANK_OFFSET(x)	((x / XGENE_GPIOS_PER_BANK) * GPIO_BANK_STRIDE)

struct xgene_gpio;

struct xgene_gpio {
	struct gpio_chip	chip;
	void __iomem		*base;