diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-10 04:42:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-10 05:31:14 -0400 |
commit | 9d0403e8a16bc9790ab4211b8289836c8765aa0f (patch) | |
tree | ceb0466a40381a2a9cc156a9eba3b961a297179c /sound | |
parent | 72b3be3cf5b556ff863743bd639082bfa3b45b1c (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/mxs/mxs-saif.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
620 | return IRQ_HANDLED; | 620 | return IRQ_HANDLED; |
621 | } | 621 | } |
622 | 622 | ||
623 | static int mxs_saif_probe(struct platform_device *pdev) | 623 | static int __devinit mxs_saif_probe(struct platform_device *pdev) |
624 | { | 624 | { |
625 | struct resource *iores, *dmares; | 625 | struct resource *iores, *dmares; |
626 | struct mxs_saif *saif; | 626 | struct mxs_saif *saif; |