1
0
Fork 0

ASoC: mxs: add __devinit for mxs_saif_probe

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
hifive-unleashed-5.1
Shawn Guo 2012-05-10 16:42:08 +08:00 committed by Mark Brown
parent 72b3be3cf5
commit 9d0403e8a1
1 changed files with 1 additions and 1 deletions

View 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;