Skip to content

Commit c858719

Browse files
lyakhbroonie
authored andcommitted
ASoC: sh: fix migor.c compilation
Fix a recent compilation breakage, caused by a change in SH clock API. Signed-off-by: Guennadi Liakhovetski <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 0641208 commit c858719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sh/migor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static unsigned long siumckb_recalc(struct clk *clk)
3535
return codec_freq;
3636
}
3737

38-
static struct clk_ops siumckb_clk_ops = {
38+
static struct sh_clk_ops siumckb_clk_ops = {
3939
.recalc = siumckb_recalc,
4040
};
4141

0 commit comments

Comments
 (0)