commit | 0eee53cdd985772284a14b21088e7677aeca45f9 | [log] [tgz] |
---|---|---|
author | Vincent Stehlé <vincent.stehle@laposte.net> | Thu Sep 03 23:08:45 2015 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Sep 17 13:20:05 2015 +0200 |
tree | 0ee7509aac82f0618434e3c9d3096c8417ea96bc | |
parent | bfe08a875a8903c0abb1ef5d57722252d14ede2e [diff] |
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>