summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/common.h
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2012-08-27 10:54:02 +0800
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-09-08 23:38:19 +0800
commit8430305dc3f3a286a337f1b4419c04afe55a2583 (patch)
treee5734fe16407a0b0a71e10cd6943a82466cf84f2 /arch/arm/mach-mmp/common.h
parent9e73d6982314a903beebb2e47e585a9804f237cf (diff)
ARM: mmp: move mmp2 clock definition to separated file
move mmp2 clock definition to another file. Then mmp2 can choose common clock framework or private clock framework. Signed-off-by: Chao Xie <xiechao.mail@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/common.h')
-rw-r--r--arch/arm/mach-mmp/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/common.h b/arch/arm/mach-mmp/common.h
index 1cad41b41c51..bd453274fca2 100644
--- a/arch/arm/mach-mmp/common.h
+++ b/arch/arm/mach-mmp/common.h
@@ -9,3 +9,4 @@ extern void __init mmp_map_io(void);
extern void mmp_restart(char, const char *);
extern void __init pxa168_clk_init(void);
extern void __init pxa910_clk_init(void);
+extern void __init mmp2_clk_init(void);