diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2026-06-02 05:55:31 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-10 14:21:10 +0300 |
| commit | 8fec6e55859e31b354207a46c16de3e12116d32f (patch) | |
| tree | 0c6eb39e15ac422853ab54fdafe319868b621017 /include/linux/debugobjects.h | |
| parent | d1712cd69d2163e20dc4c1bd269a3130b6c454ca (diff) | |
| download | linux-8fec6e55859e31b354207a46c16de3e12116d32f.tar.xz | |
ASoC: soc-component: remove CONFIG_DEBUG_FS for debugfs_prefix
Both (A) and (B) have debugfs_prefix, but (B) is using CONFIG_DEBUG_FS (C)
(A) struct snd_soc_component {
...
const char *debugfs_prefix;
};
(B) struct snd_soc_component_driver {
...
(C) ifdef CONFIG_DEBUG_FS
const char *debugfs_prefix;
endif
};
Remove (C) which makes code cleanup difficult.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87jyshk5wc.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
