From: Daniel Baluta Date: Wed, 1 Feb 2017 13:37:35 +0000 (+0200) Subject: ASoC: Drop unnecessary debugfs ifdef X-Git-Tag: v4.11-rc1~100^2~8^2~8^3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6075c2601800a8a45bf6f7c3d87afa8598779b5;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index f1901bb1466ec..7728cce019f95 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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);