]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: btintel: fix warning
authorVincent Stehlé <vincent.stehle@laposte.net>
Thu, 3 Sep 2015 21:08:45 +0000 (23:08 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 17 Sep 2015 11:20:05 +0000 (13:20 +0200)
commit1a785e149df32b28ca0de0a100605f835822c345
tree0ee7509aac82f0618434e3c9d3096c8417ea96bc
parentd2204414d248143df78e773394441bf0d1f23050
Bluetooth: btintel: fix warning

Fix compilation the following compilation warning, which happens when
CONFIG_BT_INTEL is not set:

  drivers/bluetooth/btintel.h:98:13: warning: ‘btintel_version_info’
  defined but not used [-Wunused-function]
   static void btintel_version_info(struct hci_dev *hdev,
                                    struct intel_version *ver)
               ^

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btintel.h