Bluetooth: hci_bcm: Fix -Wunused-const-variable warnings
authorYueHaibing <yuehaibing@huawei.com>
Mon, 12 Aug 2019 06:22:11 +0000 (14:22 +0800)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 5 Sep 2019 15:27:21 +0000 (17:27 +0200)
commitff7c8380c9d36252a6b977cf9c7f8b75abfb8719
tree56d9fbffab1def86543084cc869b8ec3166f82cd
parent9c81f2b7e7835a2a1fb1c4e96e36f710fc4b0728
Bluetooth: hci_bcm: Fix -Wunused-const-variable warnings

If CONFIG_ACPI is not set, gcc warn this:

drivers/bluetooth/hci_bcm.c:831:39: warning:
 acpi_bcm_int_last_gpios defined but not used [-Wunused-const-variable=]
drivers/bluetooth/hci_bcm.c:838:39: warning:
 acpi_bcm_int_first_gpios defined but not used [-Wunused-const-variable=]

move them to #ifdef CONFIG_ACPI block.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c