提交 9d0403e8 编写于 作者: S Shawn Guo 提交者: Mark Brown

ASoC: mxs: add __devinit for mxs_saif_probe

Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 72b3be3c
......@@ -620,7 +620,7 @@ static irqreturn_t mxs_saif_irq(int irq, void *dev_id)
return IRQ_HANDLED;
}
static int mxs_saif_probe(struct platform_device *pdev)
static int __devinit mxs_saif_probe(struct platform_device *pdev)
{
struct resource *iores, *dmares;
struct mxs_saif *saif;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册