Skip to content

Commit

Permalink
sh: clkfwk branch compile fix for clock-sh7722
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 21, 2009
1 parent 549b5e3 commit 30cff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/cpu/sh4a/clock-sh7722.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 30cff21

Please sign in to comment.