Commit d6075c26 authored by Daniel Baluta's avatar Daniel Baluta Committed by 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: default avatarDaniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a5de5b74
......@@ -4020,8 +4020,6 @@ static void __exit snd_soc_exit(void)
snd_soc_util_exit();
snd_soc_debugfs_exit();
#ifdef CONFIG_DEBUG_FS
#endif
platform_driver_unregister(&soc_driver);
}
module_exit(snd_soc_exit);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment