mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
c17bd30d0b
The ASoC Sound Card driver can be compile tested with !CONFIG_OF
making 'loongson_asoc_dt_ids' unused:
sound/soc/loongson/loongson_card.c:200:34: warning: unused variable 'loongson_asoc_dt_ids' [-Wunused-const-variable]
As krzysztof advice, we drop of_match_ptr so the device id
can also be used on ACPI.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202307242008.xqdjgk04-lkp@intel.com
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
loongson_card.c | ||
loongson_dma.c | ||
loongson_dma.h | ||
loongson_i2s.c | ||
loongson_i2s.h | ||
loongson_i2s_pci.c | ||
Makefile |