mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
gpio: davinci: Remove redundant members davinci_gpio_controller stuct
davinci_gpio_controller struct has set_data, in_data, clr_data members that are assigned and never used. Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
200d0177b4
commit
bb5b06750f
2 changed files with 0 additions and 6 deletions
|
@ -33,9 +33,6 @@ struct davinci_gpio_controller {
|
|||
/* Serialize access to GPIO registers */
|
||||
spinlock_t lock;
|
||||
void __iomem *regs;
|
||||
void __iomem *set_data;
|
||||
void __iomem *clr_data;
|
||||
void __iomem *in_data;
|
||||
int gpio_unbanked;
|
||||
unsigned gpio_irq;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue