mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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:
parent
06412088ce
commit
c8587193ba
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user