From: Axel Lin Date: Sun, 21 Sep 2014 04:32:10 +0000 (+0800) Subject: gpio: xgene: Remove unneeded forward declation for struct xgene_gpio X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=02ed185af0c146b479e5c62f9aeff975672f1d2f;p=deliverable%2Flinux.git gpio: xgene: Remove unneeded forward declation for struct xgene_gpio Signed-off-by: Axel Lin Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-xgene.c b/drivers/gpio/gpio-xgene.c index 35104fd06bb9..5fcdac409fef 100644 --- a/drivers/gpio/gpio-xgene.c +++ b/drivers/gpio/gpio-xgene.c @@ -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;