From: Shawn Guo Date: Thu, 10 May 2012 08:42:08 +0000 (+0800) Subject: ASoC: mxs: add __devinit for mxs_saif_probe X-Git-Tag: v3.5-rc1~118^2~3^2~23 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9d0403e8a16bc9790ab4211b8289836c8765aa0f;p=karo-tx-linux.git ASoC: mxs: add __devinit for mxs_saif_probe Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- 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;