aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-10-15 12:59:44 +0900
committerMark Brown <broonie@kernel.org>2019-10-22 19:12:41 +0100
commit33536a14879515949b065721cdb7fedb276d8e8a (patch)
tree3c39ff8db505db96b224ad7a99a3962975006a5b /include/sound
parentASoC: soc-pcm: fixup dpcm_prune_paths() loop continue (diff)
downloadlinux-dev-33536a14879515949b065721cdb7fedb276d8e8a.tar.xz
linux-dev-33536a14879515949b065721cdb7fedb276d8e8a.zip
ASoC: soc-core: remove for_each_rtdcom_safe()
There is no user of for_each_rtdcom(). Let's remove it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87a7a264m9.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 32748f78060a..d730883626dc 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -741,8 +741,6 @@ snd_soc_rtdcom_lookup(struct snd_soc_pcm_runtime *rtd,
const char *driver_name);
#define for_each_rtdcom(rtd, rtdcom) \
list_for_each_entry(rtdcom, &(rtd)->component_list, list)
-#define for_each_rtdcom_safe(rtd, rtdcom1, rtdcom2) \
- list_for_each_entry_safe(rtdcom1, rtdcom2, &(rtd)->component_list, list)
struct snd_soc_dai_link_component {
const char *name;