aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2018-08-31 15:13:22 -0400
committerLinus Walleij <linus.walleij@linaro.org>2018-09-20 11:35:47 -0400
commit329357723f5e8e2d7fc3144fb79936b51ce63b76 (patch)
tree35c0f8a728e776e84797d340a0da6b63b5eab691 /include/linux/platform_data
parentf13a0b0bb46f07e5c154ae7944202d754007d362 (diff)
gpio: davinci: Remove unused member of davinci_gpio_controller
This was added as part of the patch in the fixes below, but was not needed or used, remove this here. Fixes: 8e11047b8f3c ("gpio: davinci: Add support for multiple GPIO controllers") Tested-by: Keerthy <j-keerthy@ti.com> Acked-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/gpio-davinci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h
index 57a5a35e0073..b8e4957e7568 100644
--- a/include/linux/platform_data/gpio-davinci.h
+++ b/include/linux/platform_data/gpio-davinci.h
@@ -43,7 +43,6 @@ struct davinci_gpio_controller {
43 void __iomem *regs[MAX_REGS_BANKS]; 43 void __iomem *regs[MAX_REGS_BANKS];
44 int gpio_unbanked; 44 int gpio_unbanked;
45 int irqs[MAX_INT_PER_BANK]; 45 int irqs[MAX_INT_PER_BANK];
46 unsigned int base;
47}; 46};
48 47
49/* 48/*