mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ASoC: rsnd: fixup #endif position
[ Upstream commit49123b51cd] commit1f9c82b5ab("ASoC: rsnd: add debugfs support") added CONFIG_DEBUG_FS related definitions on rsnd.h, but it should be added inside of RSND_H. This patch fixup it. Fixes:1f9c82b5ab("ASoC: rsnd: add debugfs support") Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/877cx26t7r.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
93bc348053
commit
c3acfb79bd
@@ -901,8 +901,6 @@ void rsnd_mod_make_sure(struct rsnd_mod *mod, enum rsnd_mod_type type);
|
|||||||
if (!IS_BUILTIN(RSND_DEBUG_NO_DAI_CALL)) \
|
if (!IS_BUILTIN(RSND_DEBUG_NO_DAI_CALL)) \
|
||||||
dev_dbg(dev, param)
|
dev_dbg(dev, param)
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_FS
|
#ifdef CONFIG_DEBUG_FS
|
||||||
int rsnd_debugfs_probe(struct snd_soc_component *component);
|
int rsnd_debugfs_probe(struct snd_soc_component *component);
|
||||||
void rsnd_debugfs_reg_show(struct seq_file *m, phys_addr_t _addr,
|
void rsnd_debugfs_reg_show(struct seq_file *m, phys_addr_t _addr,
|
||||||
@@ -913,3 +911,5 @@ void rsnd_debugfs_mod_reg_show(struct seq_file *m, struct rsnd_mod *mod,
|
|||||||
#else
|
#else
|
||||||
#define rsnd_debugfs_probe NULL
|
#define rsnd_debugfs_probe NULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* RSND_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user