mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
ASoC: es7241: mark OF related data as maybe unused
The driver can be compile tested with !CONFIG_OF making certain data unused: sound/soc/codecs/es7241.c:206:33: warning: ‘es7241_chip’ defined but not used [-Wunused-const-variable=] Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201125164452.89239-35-krzk@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
418fb63003
commit
55c259bf06
@ -203,7 +203,7 @@ static const struct es7241_clock_mode es7241_modes[] = {
|
||||
},
|
||||
};
|
||||
|
||||
static const struct es7241_chip es7241_chip = {
|
||||
static const struct es7241_chip es7241_chip __maybe_unused = {
|
||||
.modes = es7241_modes,
|
||||
.mode_num = ARRAY_SIZE(es7241_modes),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user