Commit ad758a67048f58205f2777b0f0a1a02de824d280
Committed by
Mark Brown
1 parent
43d92e7d9a
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
ASoC: Remove unused debugfs_dapm field from snd_soc_{platform,codec} struct
The DAPM context struct has its own field where it stores the pointer to the DAPM debugfs entry. The debugfs_dapm field in the snd_soc_platform and snd_soc_codec structs are completely unused and can be removed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
include/sound/soc.h
... | ... | @@ -719,7 +719,6 @@ |
719 | 719 | #ifdef CONFIG_DEBUG_FS |
720 | 720 | struct dentry *debugfs_codec_root; |
721 | 721 | struct dentry *debugfs_reg; |
722 | - struct dentry *debugfs_dapm; | |
723 | 722 | #endif |
724 | 723 | }; |
725 | 724 | |
... | ... | @@ -844,7 +843,6 @@ |
844 | 843 | |
845 | 844 | #ifdef CONFIG_DEBUG_FS |
846 | 845 | struct dentry *debugfs_platform_root; |
847 | - struct dentry *debugfs_dapm; | |
848 | 846 | #endif |
849 | 847 | }; |
850 | 848 |