From 02ed185af0c146b479e5c62f9aeff975672f1d2f Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sun, 21 Sep 2014 12:32:10 +0800 Subject: gpio: xgene: Remove unneeded forward declation for struct xgene_gpio Signed-off-by: Axel Lin Signed-off-by: Linus Walleij --- drivers/gpio/gpio-xgene.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpio/gpio-xgene.c') 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; -- cgit