ASoC: Drop unnecessary debugfs ifdef

This is a relict of 6553bf06a3 ("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>
This commit is contained in:
Daniel Baluta 2017-02-01 15:37:35 +02:00 committed by Mark Brown
parent a5de5b74a5
commit d6075c2601

View file

@ -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);