diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-25 17:44:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-26 14:07:21 +0100 |
commit | fff68ff65129525c88d52a05a55cabff5a4b0821 (patch) | |
tree | 448d05ef3e2c6e9dd86ec4f86896cc02ca944d09 /mm/page_counter.c | |
parent | ASoC: max98925: skip of_device_id table when !CONFIG_OF (diff) | |
download | linux-fff68ff65129525c88d52a05a55cabff5a4b0821.tar.xz linux-fff68ff65129525c88d52a05a55cabff5a4b0821.zip |
ASoC: max98926: skip of_device_id table when !CONFIG_OF
The driver can match by multiple methods. Its of_device_id table is
referenced via of_match_ptr() so it will be unused for !CONFIG_OF
builds:
sound/soc/codecs/max98926.c:574:34: warning: ‘max98926_of_match’ defined but not used [-Wunused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201125164452.89239-27-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'mm/page_counter.c')
0 files changed, 0 insertions, 0 deletions