diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-05-05 10:48:32 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-05-13 19:08:33 -0400 |
commit | acb241cb61945d9943e89da51e33bf4b71104164 (patch) | |
tree | 27e86635554090dbbb1a15952d90168a8c8a2efa /arch/arm/mach-msm | |
parent | 62a6cc578cb2b1cdbaaf764ca245ad64da800235 (diff) |
msm: add extern for 8x50 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/mach-msm')
-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 19c5de99e20c..d2095547fce8 100644 --- a/arch/arm/mach-msm/devices.h +++ b/arch/arm/mach-msm/devices.h | |||
@@ -38,4 +38,7 @@ 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_8x50[]; | ||
42 | extern unsigned msm_num_clocks_8x50; | ||
43 | |||
41 | #endif | 44 | #endif |