提交 eba0ecf0 编写于 作者: P Peter Ujfalusi 提交者: Mark Brown

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: NPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 57f439b8
......@@ -90,7 +90,7 @@ static inline u32 mcasp_get_reg(void __iomem *reg)
return (unsigned int)__raw_readl(reg);
}
static inline void mcasp_set_ctl_reg(void __iomem *regs, u32 val)
static void mcasp_set_ctl_reg(void __iomem *regs, u32 val)
{
int i = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册