From 9d0403e8a16bc9790ab4211b8289836c8765aa0f Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Thu, 10 May 2012 16:42:08 +0800 Subject: [PATCH] ASoC: mxs: add __devinit for mxs_saif_probe Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- sound/soc/mxs/mxs-saif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c index 53f4fd8feced..a7b8657690a9 100644 --- a/sound/soc/mxs/mxs-saif.c +++ b/sound/soc/mxs/mxs-saif.c @@ -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; -- 2.39.2