summaryrefslogtreecommitdiffstats
path: root/sound/soc/uniphier/aio-pxs2.c
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-11-25 17:44:26 +0100
committerMark Brown <broonie@kernel.org>2020-11-26 13:07:09 +0000
commitc0b7cf59971e9f5fd1960774dc8a1728777cd437 (patch)
treee7b7706cd536138dcfcb92af4c43049009d7354a /sound/soc/uniphier/aio-pxs2.c
parent4bad6ec57d8045046ae8f8e410a16c1ad9d652f2 (diff)
downloadlinux-c0b7cf59971e9f5fd1960774dc8a1728777cd437.tar.gz
linux-c0b7cf59971e9f5fd1960774dc8a1728777cd437.tar.bz2
linux-c0b7cf59971e9f5fd1960774dc8a1728777cd437.zip
ASoC: uniphier: mark OF related data as maybe unused
The driver can be compile tested with !CONFIG_OF making certain data unused: sound/soc/uniphier/aio-ld11.c:375:34: warning: ‘uniphier_aio_of_match’ defined but not used [-Wunused-const-variable=] sound/soc/uniphier/evea.c:554:34: warning: ‘evea_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-14-krzk@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/uniphier/aio-pxs2.c')
-rw-r--r--sound/soc/uniphier/aio-pxs2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/uniphier/aio-pxs2.c b/sound/soc/uniphier/aio-pxs2.c
index a1d05fe9d3c2..899904f7ffd6 100644
--- a/sound/soc/uniphier/aio-pxs2.c
+++ b/sound/soc/uniphier/aio-pxs2.c
@@ -282,7 +282,7 @@ static const struct uniphier_aio_chip_spec uniphier_aio_pxs2_spec = {
.addr_ext = 0,
};
-static const struct of_device_id uniphier_aio_of_match[] = {
+static const struct of_device_id uniphier_aio_of_match[] __maybe_unused = {
{
.compatible = "socionext,uniphier-pxs2-aio",
.data = &uniphier_aio_pxs2_spec,