diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-09-21 12:32:10 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-09-24 11:01:44 +0200 |
commit | 02ed185af0c146b479e5c62f9aeff975672f1d2f (patch) | |
tree | 063e1809bf80bc18ebd31741539a7185db53b435 /drivers/gpio | |
parent | 1a19864e3bc2715e95940c7ec89f75c77030ccb5 (diff) |
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-xgene.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |