projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a19864
)
gpio: xgene: Remove unneeded forward declation for struct xgene_gpio
author
Axel Lin
<axel.lin@ingics.com>
Sun, 21 Sep 2014 04:32:10 +0000
(12:32 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 24 Sep 2014 09:01:44 +0000
(11:01 +0200)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-xgene.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-xgene.c
b/drivers/gpio/gpio-xgene.c
index 35104fd06bb93e915aa47789cfca5f1f8c039c90..5fcdac409fef09adbd5149b5b913eb36fc01db60 100644
(file)
--- 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;