From: Magnus Damm Date: Wed, 20 May 2009 13:44:40 +0000 (+0000) Subject: sh: clkfwk branch compile fix for clock-sh7722 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=30cff215b54b20d201a2bd7d50361c4c14700281;p=linux-beck.git sh: clkfwk branch compile fix for clock-sh7722 Fix clkfwk branch compile error in clock-sh7722.c. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7722.c b/arch/sh/kernel/cpu/sh4a/clock-sh7722.c index a98d7da67b97..ae78efd0582d 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++) {