diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 254bcda40695..c65cc7d70353 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -719,7 +719,6 @@ struct snd_soc_codec { | |||
719 | #ifdef CONFIG_DEBUG_FS | 719 | #ifdef CONFIG_DEBUG_FS |
720 | struct dentry *debugfs_codec_root; | 720 | struct dentry *debugfs_codec_root; |
721 | struct dentry *debugfs_reg; | 721 | struct dentry *debugfs_reg; |
722 | struct dentry *debugfs_dapm; | ||
723 | #endif | 722 | #endif |
724 | }; | 723 | }; |
725 | 724 | ||
@@ -844,7 +843,6 @@ struct snd_soc_platform { | |||
844 | 843 | ||
845 | #ifdef CONFIG_DEBUG_FS | 844 | #ifdef CONFIG_DEBUG_FS |
846 | struct dentry *debugfs_platform_root; | 845 | struct dentry *debugfs_platform_root; |
847 | struct dentry *debugfs_dapm; | ||
848 | #endif | 846 | #endif |
849 | }; | 847 | }; |
850 | 848 | ||