diff options
author | Brian Swetland | 2008-09-09 20:04:14 +0200 |
---|---|---|
committer | Brian Swetland | 2008-10-22 11:41:00 +0200 |
commit | 600f7cfebeef74a6ba961c507079e3629da5dd7a (patch) | |
tree | bac251da969e1e4d2f277793e3ba906b25b7905e /arch/arm/mach-msm/include | |
parent | [ARM] msm: clean up iomap and devices (diff) | |
download | kernel-qcow2-linux-600f7cfebeef74a6ba961c507079e3629da5dd7a.tar.gz kernel-qcow2-linux-600f7cfebeef74a6ba961c507079e3629da5dd7a.tar.xz kernel-qcow2-linux-600f7cfebeef74a6ba961c507079e3629da5dd7a.zip |
[ARM] msm: clock: provide clk_*() api support for
Makes use of the proc_comm interface to provide clock control on
MSM7X01A family SoCs.
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/mach-msm/include')
-rw-r--r-- | arch/arm/mach-msm/include/mach/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/include/mach/board.h b/arch/arm/mach-msm/include/mach/board.h index a7639493c095..264d62e519f3 100644 --- a/arch/arm/mach-msm/include/mach/board.h +++ b/arch/arm/mach-msm/include/mach/board.h @@ -33,5 +33,6 @@ void __init msm_add_devices(void); void __init msm_map_common_io(void); void __init msm_init_irq(void); void __init msm_init_gpio(void); +void __init msm_clock_init(void); #endif |