diff options
Diffstat (limited to 'arch/arm/mach-msm/devices.h')
-rw-r--r-- | arch/arm/mach-msm/devices.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h index 0744c4a27d6a..19c5de99e20c 100644 --- a/arch/arm/mach-msm/devices.h +++ b/arch/arm/mach-msm/devices.h | |||
@@ -16,6 +16,8 @@ | |||
16 | #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H | 16 | #ifndef __ARCH_ARM_MACH_MSM_DEVICES_H |
17 | #define __ARCH_ARM_MACH_MSM_DEVICES_H | 17 | #define __ARCH_ARM_MACH_MSM_DEVICES_H |
18 | 18 | ||
19 | #include "clock.h" | ||
20 | |||
19 | extern struct platform_device msm_device_uart1; | 21 | extern struct platform_device msm_device_uart1; |
20 | extern struct platform_device msm_device_uart2; | 22 | extern struct platform_device msm_device_uart2; |
21 | extern struct platform_device msm_device_uart3; | 23 | extern struct platform_device msm_device_uart3; |
@@ -33,4 +35,7 @@ extern struct platform_device msm_device_smd; | |||
33 | 35 | ||
34 | extern struct platform_device msm_device_nand; | 36 | extern struct platform_device msm_device_nand; |
35 | 37 | ||
38 | extern struct clk msm_clocks_7x01a[]; | ||
39 | extern unsigned msm_num_clocks_7x01a; | ||
40 | |||
36 | #endif | 41 | #endif |