summaryrefslogtreecommitdiff
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-07-29 11:40:55 -0300
committerMark Brown <broonie@kernel.org>2017-07-31 15:17:51 +0100
commitf1e3f409d61372b742697d0b5e5cd17d09de37db (patch)
treed9c744bac053e686f06efdf53e5997c52b07d617 /include/sound/soc.h
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff)
ASoC: soc-pcm: Remove unused 'debugfs_dpcm_state' entry
'debugfs_dpcm_state' member from structure snd_soc_pcm_runtime is never used at all, so it is safe to remove it. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 9c94b97c17f8..230b8eedd9f2 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -1240,7 +1240,6 @@ struct snd_soc_pcm_runtime {
struct delayed_work delayed_work;
#ifdef CONFIG_DEBUG_FS
struct dentry *debugfs_dpcm_root;
- struct dentry *debugfs_dpcm_state;
#endif
unsigned int num; /* 0-based and monotonic increasing */