diff options
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/gpio-davinci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/gpio-davinci.h b/arch/arm/mach-davinci/include/mach/gpio-davinci.h index 1fdd1fd35448..551ba43a763e 100644 --- a/arch/arm/mach-davinci/include/mach/gpio-davinci.h +++ b/arch/arm/mach-davinci/include/mach/gpio-davinci.h | |||
@@ -60,6 +60,7 @@ struct davinci_gpio_controller { | |||
60 | void __iomem *set_data; | 60 | void __iomem *set_data; |
61 | void __iomem *clr_data; | 61 | void __iomem *clr_data; |
62 | void __iomem *in_data; | 62 | void __iomem *in_data; |
63 | unsigned gpio_irq; | ||
63 | }; | 64 | }; |
64 | 65 | ||
65 | /* The __gpio_to_controller() and __gpio_mask() functions inline to constants | 66 | /* The __gpio_to_controller() and __gpio_mask() functions inline to constants |