Browse Source

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...
Takashi Iwai 13 years ago
parent
commit
9ea3356d79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/sh/migor.c

+ 1 - 1
sound/soc/sh/migor.c

@@ -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,
 };
 };