From: Andrew F. Davis Date: Fri, 31 Aug 2018 19:13:22 +0000 (-0500) Subject: gpio: davinci: Remove unused member of davinci_gpio_controller X-Git-Tag: for-linus-20181026~73^2~42 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=329357723f5e8e2d7fc3144fb79936b51ce63b76;p=linux-block.git 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 Acked-by: Keerthy Signed-off-by: Andrew F. Davis Signed-off-by: Linus Walleij --- 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 { void __iomem *regs[MAX_REGS_BANKS]; int gpio_unbanked; int irqs[MAX_INT_PER_BANK]; - unsigned int base; }; /*