]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ASoC: mxs: add __devinit for mxs_saif_probe
authorShawn Guo <shawn.guo@linaro.org>
Thu, 10 May 2012 08:42:08 +0000 (16:42 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 10 May 2012 09:31:14 +0000 (10:31 +0100)
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-saif.c

index 53f4fd8fecedc81d418e38730b7b3d1040967ad4..a7b8657690a9d7ca8409e49a44180c99f30d46b6 100644 (file)
@@ -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;