OSDN Git Service

ASoC: Intel: soc-acpi-intel-cml-match: remove useless 'rt1308_2_adr'
authorJason Yan <yanaijie@huawei.com>
Fri, 10 Apr 2020 08:11:17 +0000 (16:11 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 14 Apr 2020 14:45:21 +0000 (15:45 +0100)
commita306f04511148fade6bead59920dde864a54f017
tree5c26cb13e482406e2d6c5be48f3438d932c618d2
parentacda42b30fa6b67f07b4560577418df5ada77b52
ASoC: Intel: soc-acpi-intel-cml-match: remove useless 'rt1308_2_adr'

Fix the following gcc warning:

sound/soc/intel/common/soc-acpi-intel-cml-match.c:116:45: warning:
‘rt1308_2_adr’ defined but not used [-Wunused-const-variable=]
 static const struct snd_soc_acpi_adr_device rt1308_2_adr[] = {
                                             ^~~~~~~~~~~~

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Link: https://lore.kernel.org/r/20200410081117.21319-2-yanaijie@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-cml-match.c