提交 d6075c26 编写于 作者: D Daniel Baluta 提交者: Mark Brown

ASoC: Drop unnecessary debugfs ifdef

This is a relict of 6553bf06 ("ASoC: Don't try to register debugfs
entries if the parent does not exist").
Signed-off-by: NDaniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 a5de5b74
...@@ -4020,8 +4020,6 @@ static void __exit snd_soc_exit(void) ...@@ -4020,8 +4020,6 @@ static void __exit snd_soc_exit(void)
snd_soc_util_exit(); snd_soc_util_exit();
snd_soc_debugfs_exit(); snd_soc_debugfs_exit();
#ifdef CONFIG_DEBUG_FS
#endif
platform_driver_unregister(&soc_driver); platform_driver_unregister(&soc_driver);
} }
module_exit(snd_soc_exit); module_exit(snd_soc_exit);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册