diff options
author | Mark A. Greer <mgreer@mvista.com> | 2009-04-15 15:39:23 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-26 11:14:59 -0400 |
commit | 66e0c3991c5a1735dd8add77ab8aff5005f57681 (patch) | |
tree | 9437a2cea15b2abbdd3e440f9be3809311f3d30d /arch/arm/mach-davinci/include/mach | |
parent | b9ab12797e74d93a3656ea0bf5591f8b3e094fd5 (diff) |
davinci: Add clock init call to common init routine
All of the davinci SoCs need to call davinci_clk_init() so
put the call in the common init routine.
Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h index ece1cd42738f..97782a765882 100644 --- a/arch/arm/mach-davinci/include/mach/common.h +++ b/arch/arm/mach-davinci/include/mach/common.h | |||
@@ -33,6 +33,7 @@ struct davinci_soc_info { | |||
33 | void __iomem *jtag_id_base; | 33 | void __iomem *jtag_id_base; |
34 | struct davinci_id *ids; | 34 | struct davinci_id *ids; |
35 | unsigned long ids_num; | 35 | unsigned long ids_num; |
36 | struct davinci_clk *cpu_clks; | ||
36 | }; | 37 | }; |
37 | 38 | ||
38 | extern struct davinci_soc_info davinci_soc_info; | 39 | extern struct davinci_soc_info davinci_soc_info; |