diff options
Diffstat (limited to 'arch/arm/mach-msm/include/mach/gpio.h')
-rw-r--r-- | arch/arm/mach-msm/include/mach/gpio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/gpio.h b/arch/arm/mach-msm/include/mach/gpio.h index 262b441b4374..83e47c0d5c2e 100644 --- a/arch/arm/mach-msm/include/mach/gpio.h +++ b/arch/arm/mach-msm/include/mach/gpio.h | |||
@@ -16,6 +16,13 @@ | |||
16 | #ifndef __ASM_ARCH_MSM_GPIO_H | 16 | #ifndef __ASM_ARCH_MSM_GPIO_H |
17 | #define __ASM_ARCH_MSM_GPIO_H | 17 | #define __ASM_ARCH_MSM_GPIO_H |
18 | 18 | ||
19 | #include <asm-generic/gpio.h> | ||
20 | |||
21 | #define gpio_get_value __gpio_get_value | ||
22 | #define gpio_set_value __gpio_set_value | ||
23 | #define gpio_cansleep __gpio_cansleep | ||
24 | #define gpio_to_irq __gpio_to_irq | ||
25 | |||
19 | /** | 26 | /** |
20 | * struct msm_gpio - GPIO pin description | 27 | * struct msm_gpio - GPIO pin description |
21 | * @gpio_cfg - configuration bitmap, as per gpio_tlmm_config() | 28 | * @gpio_cfg - configuration bitmap, as per gpio_tlmm_config() |