--- sound/soc/codecs/wm8753.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 772428a..69c499a 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c @@ -661,7 +661,7 @@ struct _pll_div { * to allow rounding later */ #define FIXED_PLL_SIZE ((1 << 22) * 10) -static void pll_factors(struct _pll_div *pll_div, unsigned int target, +static noinline void pll_factors(struct _pll_div *pll_div, unsigned int target, unsigned int source) { u64 Kpart; -- 1.7.2.5