summaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-07-17 22:01:05 +0200
committerMark Brown <broonie@linaro.org>2014-07-22 23:15:57 +0100
commit9898e1ccf5af70ad2d03d5b77c591fb243c0f021 (patch)
tree8d29b8be75df0ade70c45acd698b01a19bea4562 /sound/soc
parent3d9501aff3032f41a0767906ebb5bd06a3753bde (diff)
downloadop-kernel-dev-9898e1ccf5af70ad2d03d5b77c591fb243c0f021.zip
op-kernel-dev-9898e1ccf5af70ad2d03d5b77c591fb243c0f021.tar.gz
ASoC: Remove per card platform list
The platform_dev_list was added in commit f0fba2ad1b ("ASoC: multi-component - ASoC Multi-Component Support") and while platforms are added and remove from that list it is otherwise unused. This patch removes it again. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 6e47610..a5edb31 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1027,7 +1027,6 @@ static int soc_remove_platform(struct snd_soc_platform *platform)
soc_cleanup_platform_debugfs(platform);
platform->probed = 0;
- list_del(&platform->card_list);
module_put(platform->dev->driver->owner);
return 0;
@@ -1297,7 +1296,6 @@ static int soc_probe_platform(struct snd_soc_card *card,
/* mark platform as probed and add to card platform list */
platform->probed = 1;
- list_add(&platform->card_list, &card->platform_dev_list);
list_add(&platform->component.dapm.list, &card->dapm_list);
return 0;
OpenPOWER on IntegriCloud