diff options
author | 2023-03-11 12:13:53 +0100 | |
---|---|---|
committer | 2023-04-23 21:49:32 -0700 | |
commit | 44fac8a2fd2f72ee98ee41e6bc9ecc7765b5d3cc (patch) | |
tree | d84ca513ad623159933f7f188c3bf39ee8f76d6a /drivers/bluetooth/btmtkuart.c | |
parent | Bluetooth: btmrvl_sdio: mark OF related data as maybe unused (diff) | |
download | wireguard-linux-44fac8a2fd2f72ee98ee41e6bc9ecc7765b5d3cc.tar.xz wireguard-linux-44fac8a2fd2f72ee98ee41e6bc9ecc7765b5d3cc.zip |
Bluetooth: hci_qca: mark OF related data as maybe unused
The driver can be compile tested with !CONFIG_OF making certain data
unused:
drivers/bluetooth/hci_qca.c:1869:37: error: ‘qca_soc_data_wcn6750’
defined but not used [-Werror=unused-const-variable=]
drivers/bluetooth/hci_qca.c:1853:37: error: ‘qca_soc_data_wcn3998’
defined but not used [-Werror=unused-const-variable=]
drivers/bluetooth/hci_qca.c:1841:37: error: ‘qca_soc_data_wcn3991’
defined but not used [-Werror=unused-const-variable=]
drivers/bluetooth/hci_qca.c:1830:37: error: ‘qca_soc_data_wcn3990’
defined but not used [-Werror=unused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/btmtkuart.c')
0 files changed, 0 insertions, 0 deletions