diff options
| author | Keerthy <j-keerthy@ti.com> | 2017-01-04 03:26:28 -0500 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2017-01-11 05:59:43 -0500 |
| commit | bb5b06750f1d9b2d632d942d8a72b35a4dd930b9 (patch) | |
| tree | c76eca5f87460bf50d804b3fc8fe0dc2f5db3868 /include/linux/platform_data | |
| parent | 200d0177b4623cf218239ad7a21466459c174bff (diff) | |
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>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/gpio-davinci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h index 6ace3fd32b6a..44ca5303849c 100644 --- a/include/linux/platform_data/gpio-davinci.h +++ b/include/linux/platform_data/gpio-davinci.h | |||
| @@ -33,9 +33,6 @@ struct davinci_gpio_controller { | |||
| 33 | /* Serialize access to GPIO registers */ | 33 | /* Serialize access to GPIO registers */ |
| 34 | spinlock_t lock; | 34 | spinlock_t lock; |
| 35 | void __iomem *regs; | 35 | void __iomem *regs; |
| 36 | void __iomem *set_data; | ||
| 37 | void __iomem *clr_data; | ||
| 38 | void __iomem *in_data; | ||
| 39 | int gpio_unbanked; | 36 | int gpio_unbanked; |
| 40 | unsigned gpio_irq; | 37 | unsigned gpio_irq; |
| 41 | }; | 38 | }; |
