Message ID | 20090520134440.7441.27247.sendpatchset@rx1.opensource.se (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Wed, May 20, 2009 at 10:44:40PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm@igel.co.jp> > > Fix clkfwk branch compile error in clock-sh7722.c. > > Signed-off-by: Magnus Damm <damm@igel.co.jp> This one I applied. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- 0001/arch/sh/kernel/cpu/sh4a/clock-sh7722.c +++ work/arch/sh/kernel/cpu/sh4a/clock-sh7722.c 2009-05-20 13:34:25.000000000 +0900 @@ -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++) {