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:
Axel Lin 2014-09-21 12:32:10 +08:00 committed by Linus Walleij
parent 1a19864e3b
commit 02ed185af0
1 changed files with 0 additions and 2 deletions

View File

@ -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;