* [PATCH] sh: clkfwk branch compile fix for clock-sh7722
@ 2009-05-20 13:44 Magnus Damm
2009-05-21 18:03 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-05-20 13:44 UTC (permalink / raw)
To: linux-sh
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>
---
arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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++) {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-21 18:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 13:44 [PATCH] sh: clkfwk branch compile fix for clock-sh7722 Magnus Damm
2009-05-21 18:03 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox