Commit eba0ecf0 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by 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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment