diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/platform_data/gpio-dwapb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio-dwapb.h b/include/linux/platform_data/gpio-dwapb.h index 5a52d69c13f3..419cfacb4b42 100644 --- a/include/linux/platform_data/gpio-dwapb.h +++ b/include/linux/platform_data/gpio-dwapb.h | |||
| @@ -19,7 +19,7 @@ struct dwapb_port_property { | |||
| 19 | unsigned int idx; | 19 | unsigned int idx; |
| 20 | unsigned int ngpio; | 20 | unsigned int ngpio; |
| 21 | unsigned int gpio_base; | 21 | unsigned int gpio_base; |
| 22 | unsigned int irq[32]; | 22 | int irq[32]; |
| 23 | bool has_irq; | 23 | bool has_irq; |
| 24 | bool irq_shared; | 24 | bool irq_shared; |
| 25 | }; | 25 | }; |
