Skip to content

Commit 9ea3356

Browse files
committed
Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Build fix for SH in 3.4 An API update which wasn't sufficiently thorough in updating the tree...
2 parents 32cf402 + c858719 commit 9ea3356

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)