From 4f1ae92f97c4aaad16567a5101c8b668893a9c91 Mon Sep 17 00:00:00 2001
From: Timo Juhani Lindfors <timo.lindfors@iki.fi>
Date: Wed, 26 Oct 2011 01:43:18 +0300
Subject: [PATCH] Workaround toolchain bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48783

---
 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

