diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/gpio.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/gpio.h b/arch/arm/plat-mxc/include/mach/gpio.h index ea509f1090fb..894d2f87c856 100644 --- a/arch/arm/plat-mxc/include/mach/gpio.h +++ b/arch/arm/plat-mxc/include/mach/gpio.h | |||
@@ -35,6 +35,7 @@ struct mxc_gpio_port { | |||
35 | int irq; | 35 | int irq; |
36 | int virtual_irq_start; | 36 | int virtual_irq_start; |
37 | struct gpio_chip chip; | 37 | struct gpio_chip chip; |
38 | u32 both_edges; | ||
38 | }; | 39 | }; |
39 | 40 | ||
40 | int mxc_gpio_init(struct mxc_gpio_port*, int); | 41 | int mxc_gpio_init(struct mxc_gpio_port*, int); |