]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ASoC: Drop unnecessary debugfs ifdef
authorDaniel Baluta <daniel.baluta@nxp.com>
Wed, 1 Feb 2017 13:37:35 +0000 (15:37 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 4 Feb 2017 10:56:45 +0000 (11:56 +0100)
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>
sound/soc/soc-core.c

index f1901bb1466ec67b12189713c66ad040f1ae75c7..7728cce019f95e249cac142e315e747c72745084 100644 (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);