diff options
Diffstat (limited to 'arch/arm/mach-msm/devices.h')
| -rw-r--r-- | arch/arm/mach-msm/devices.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h index 9545c196c6e..da902cf5116 100644 --- a/arch/arm/mach-msm/devices.h +++ b/arch/arm/mach-msm/devices.h @@ -20,6 +20,10 @@  #include "clock.h" +extern struct platform_device msm_device_gpio_7201; +extern struct platform_device msm_device_gpio_7x30; +extern struct platform_device msm_device_gpio_8x50; +  extern struct platform_device msm_device_uart1;  extern struct platform_device msm_device_uart2;  extern struct platform_device msm_device_uart3; |