浏览代码

ASoC: pcm030 audio fabric: remove __init from probe

Remove probe function from the init section.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Markus Pargmann 12 年之前
父节点
当前提交
34913fd950
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/fsl/pcm030-audio-fabric.c

+ 1 - 1
sound/soc/fsl/pcm030-audio-fabric.c

@@ -51,7 +51,7 @@ static struct snd_soc_card pcm030_card = {
 	.num_links = ARRAY_SIZE(pcm030_fabric_dai),
 };
 
-static int __init pcm030_fabric_probe(struct platform_device *op)
+static int pcm030_fabric_probe(struct platform_device *op)
 {
 	struct device_node *np = op->dev.of_node;
 	struct device_node *platform_np;