Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6075c26 authored by Daniel Baluta's avatar Daniel Baluta Committed by Mark Brown
Browse files

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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);