Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9d0403e8 authored by Shawn Guo's avatar Shawn Guo Committed by Mark Brown
Browse files

ASoC: mxs: add __devinit for mxs_saif_probe

parent 72b3be3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;