diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/gpio-davinci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/gpio-davinci.h b/include/linux/platform_data/gpio-davinci.h index f92a47e18034..a93841bfb9f7 100644 --- a/include/linux/platform_data/gpio-davinci.h +++ b/include/linux/platform_data/gpio-davinci.h | |||
| @@ -17,6 +17,8 @@ | |||
| 17 | #define __DAVINCI_GPIO_PLATFORM_H | 17 | #define __DAVINCI_GPIO_PLATFORM_H |
| 18 | 18 | ||
| 19 | struct davinci_gpio_platform_data { | 19 | struct davinci_gpio_platform_data { |
| 20 | bool no_auto_base; | ||
| 21 | u32 base; | ||
| 20 | u32 ngpio; | 22 | u32 ngpio; |
| 21 | u32 gpio_unbanked; | 23 | u32 gpio_unbanked; |
| 22 | }; | 24 | }; |
