diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-11-14 04:35:28 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-10 06:22:16 -0500 |
commit | eba0ecf067913d60768bb3d11f861b949f072a93 (patch) | |
tree | 00fe05ab6134f438dc47d906d3238e4b915000e9 | |
parent | 57f439b8676b2dad63a148de4e61d80b4e196c2a (diff) |
ASoC: davinci-mcasp: Do not inline the mcasp_set_ctl_reg function
It brings no benefit to inline this function due to it's size and function.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index e4c0fb4b9784..ce1607b3c6df 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c | |||
@@ -90,7 +90,7 @@ static inline u32 mcasp_get_reg(void __iomem *reg) | |||
90 | return (unsigned int)__raw_readl(reg); | 90 | return (unsigned int)__raw_readl(reg); |
91 | } | 91 | } |
92 | 92 | ||
93 | static inline void mcasp_set_ctl_reg(void __iomem *regs, u32 val) | 93 | static void mcasp_set_ctl_reg(void __iomem *regs, u32 val) |
94 | { | 94 | { |
95 | int i = 0; | 95 | int i = 0; |
96 | 96 | ||