dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: sh: fix migor.c compilation

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

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Guennadi Liakhovetski 2012-05-09 12:57:05 +02:00 committed by Mark Brown
parent 06412088ce
commit c8587193ba
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static unsigned long siumckb_recalc(struct clk *clk)
return codec_freq;
}
static struct clk_ops siumckb_clk_ops = {
static struct sh_clk_ops siumckb_clk_ops = {
.recalc = siumckb_recalc,
};