]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_bcm: Fix "implicit declaration"
authorFrederic Danis <frederic.danis@linux.intel.com>
Wed, 12 Aug 2015 10:46:01 +0000 (12:46 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Aug 2015 14:41:32 +0000 (16:41 +0200)
commit51e58277276a426081fafc47de32e3cf3268f6ca
tree4a6fb5a68c23dc8b0c9f0f3654be627c3a86f8d9
parent34f2116c02bae56fc5e00d78e65f70f16f6c7566
Bluetooth: hci_bcm: Fix "implicit declaration"

The kbuild test robot reported implicit declaration of function
'acpi_dev_get_resources'.

Surround ACPI function by CONFIG_ACPI test.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c