diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2017-02-01 08:37:35 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-04 05:56:45 -0500 |
commit | d6075c2601800a8a45bf6f7c3d87afa8598779b5 (patch) | |
tree | d6dde1f8f6688019cfbb591096d4cb0c0fb2cf19 /sound | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) |
ASoC: Drop unnecessary debugfs ifdef
This is a relict of 6553bf06a369 ("ASoC: Don't try to register debugfs
entries if the parent does not exist").
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index f1901bb1466e..7728cce019f9 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -4020,8 +4020,6 @@ static void __exit snd_soc_exit(void) | |||
4020 | snd_soc_util_exit(); | 4020 | snd_soc_util_exit(); |
4021 | snd_soc_debugfs_exit(); | 4021 | snd_soc_debugfs_exit(); |
4022 | 4022 | ||
4023 | #ifdef CONFIG_DEBUG_FS | ||
4024 | #endif | ||
4025 | platform_driver_unregister(&soc_driver); | 4023 | platform_driver_unregister(&soc_driver); |
4026 | } | 4024 | } |
4027 | module_exit(snd_soc_exit); | 4025 | module_exit(snd_soc_exit); |