From: Markus Pargmann Date: Sun, 10 Mar 2013 18:33:06 +0000 (+0100) Subject: ASoC: pcm030 audio fabric: remove __init from probe X-Git-Tag: v3.12-rc1~1071^2~10^2~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34913fd950dc1817d466d76bdccd63443fdcbb12;p=kernel%2Fkernel-generic.git ASoC: pcm030 audio fabric: remove __init from probe Remove probe function from the init section. Signed-off-by: Markus Pargmann Signed-off-by: Mark Brown --- diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c index 8e52c14..eb43738 100644 --- a/sound/soc/fsl/pcm030-audio-fabric.c +++ b/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;