diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-05-05 10:49:05 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-13 19:08:48 -0400 |
commit | 1ed8d58fcba4cda3e492f085d217c76ba6e8cb14 (patch) | |
tree | 233143fb9aa81ee54b85ae5324a56c3f2da2b19d /arch/arm | |
parent | 2f2a74e637b7ea4a52a7aea82f2a1835749d3a35 (diff) |
msm: Add extern for 7x30 clock list.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-msm/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h index d2095547fce8..568443e76423 100644 --- a/arch/arm/mach-msm/devices.h +++ b/arch/arm/mach-msm/devices.h | |||
@@ -38,6 +38,9 @@ extern struct platform_device msm_device_nand; | |||
38 | extern struct clk msm_clocks_7x01a[]; | 38 | extern struct clk msm_clocks_7x01a[]; |
39 | extern unsigned msm_num_clocks_7x01a; | 39 | extern unsigned msm_num_clocks_7x01a; |
40 | 40 | ||
41 | extern struct clk msm_clocks_7x30[]; | ||
42 | extern unsigned msm_num_clocks_7x30; | ||
43 | |||
41 | extern struct clk msm_clocks_8x50[]; | 44 | extern struct clk msm_clocks_8x50[]; |
42 | extern unsigned msm_num_clocks_8x50; | 45 | extern unsigned msm_num_clocks_8x50; |
43 | 46 | ||