From 70e7a023cc9e9afafe503fa5533323ffe7091604 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Tue, 22 Apr 2014 14:03:12 +0300 Subject: ASoC: davinci-pcm: Convert to use devm_snd_soc_register_platform() Remove the cleanup code related to the platform from the DAI drivers at the same time to avoid breakage. Signed-off-by: Peter Ujfalusi Signed-off-by: Mark Brown --- sound/soc/davinci/davinci-vcif.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sound/soc/davinci/davinci-vcif.c') diff --git a/sound/soc/davinci/davinci-vcif.c b/sound/soc/davinci/davinci-vcif.c index 30587c0cdbd2..77aef05588c3 100644 --- a/sound/soc/davinci/davinci-vcif.c +++ b/sound/soc/davinci/davinci-vcif.c @@ -258,7 +258,6 @@ static int davinci_vcif_probe(struct platform_device *pdev) static int davinci_vcif_remove(struct platform_device *pdev) { snd_soc_unregister_component(&pdev->dev); - davinci_soc_platform_unregister(&pdev->dev); return 0; } -- cgit v1.2.3