Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30cff215 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt
Browse files

sh: clkfwk branch compile fix for clock-sh7722



Fix clkfwk branch compile error in clock-sh7722.c.

Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 549b5e35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {