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

Commit c8587193 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mark Brown
Browse files

ASoC: sh: fix migor.c compilation



Fix a recent compilation breakage, caused by a change in SH clock API.

Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 06412088
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ static unsigned long siumckb_recalc(struct clk *clk)
	return codec_freq;
	return codec_freq;
}
}


static struct clk_ops siumckb_clk_ops = {
static struct sh_clk_ops siumckb_clk_ops = {
	.recalc = siumckb_recalc,
	.recalc = siumckb_recalc,
};
};