gpio: xgene: Remove unneeded forward declation for struct xgene_gpio
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
1a19864e3b
commit
02ed185af0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue