OSDN Git Service

gpio: davinci: Remove unused member of davinci_gpio_controller
authorAndrew F. Davis <afd@ti.com>
Fri, 31 Aug 2018 19:13:22 +0000 (14:13 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 20 Sep 2018 15:35:47 +0000 (08:35 -0700)
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>
include/linux/platform_data/gpio-davinci.h

index 57a5a35..b8e4957 100644 (file)
@@ -43,7 +43,6 @@ struct davinci_gpio_controller {
        void __iomem            *regs[MAX_REGS_BANKS];
        int                     gpio_unbanked;
        int                     irqs[MAX_INT_PER_BANK];
-       unsigned int            base;
 };
 
 /*