diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-05-20 13:44:40 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-22 02:57:11 +0900 |
commit | 30cff215b54b20d201a2bd7d50361c4c14700281 (patch) | |
tree | 5277a0fbac5d19d7472e48a9152ff031805b808b /arch/sh/kernel/cpu | |
parent | 549b5e358d17a8c04953ed80896ce07d37722451 (diff) | |
download | op-kernel-dev-30cff215b54b20d201a2bd7d50361c4c14700281.zip op-kernel-dev-30cff215b54b20d201a2bd7d50361c4c14700281.tar.gz |
sh: clkfwk branch compile fix for clock-sh7722
Fix clkfwk branch compile error in clock-sh7722.c.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu')
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index a98d7da..ae78efd 100644 --- a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c @@ -892,7 +892,7 @@ int __init arch_clk_init(void) struct clk *clk; int i; - clk_cpg_init(); + cpg_clk_init(); clk = clk_get(NULL, "master_clk"); for (i = 0; i < ARRAY_SIZE(sh7722_clocks); i++) { |