Loading sound/soc/sh/migor.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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, }; }; Loading Loading
sound/soc/sh/migor.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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, }; }; Loading