diff options
author | Kuninori Morimoto | 2018-05-08 03:21:46 +0000 |
---|---|---|
committer | Mark Brown | 2018-05-09 18:39:48 +0900 |
commit | c8306238faf596ffdb01e5c96e0532be37a4a2a6 (patch) | |
tree | f1bc4f24ed68fe3c7fb0840f71c841654984dfcb /include/sound/soc.h | |
parent | d9f29e9ebe6ec7193c160ac3d38d5d1d6b55adda (diff) |
ASoC: soc.h: merge CONFIG_DEBUG_FS
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 21861f366dcb..600a7ebd10c0 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -831,10 +831,6 @@ struct snd_soc_component { /* attached dynamic objects */ struct list_head dobj_list; -#ifdef CONFIG_DEBUG_FS - struct dentry *debugfs_root; -#endif - /* * DO NOT use any of the fields below in drivers, they are temporary and * are going to be removed again soon. If you use them in driver code the @@ -848,6 +844,7 @@ struct snd_soc_component { int (*init)(struct snd_soc_component *component); #ifdef CONFIG_DEBUG_FS + struct dentry *debugfs_root; const char *debugfs_prefix; #endif }; |