diff options
author | Kiran K | 2024-05-08 15:29:27 +0530 |
---|---|---|
committer | Luiz Augusto von Dentz | 2024-05-14 10:56:16 -0400 |
commit | 36b1c9c35452d043ce2239a65393b3e7ee7101c5 (patch) | |
tree | ea58b50d4d1fe28ef32f34aa9dfee3b9b5b9347d /.cocciconfig | |
parent | a18d28f53ab42c0b5a802d7dc193ffb75e8e32ff (diff) |
Bluetooth: btintel: Fix compiler warning for multi_v7_defconfig config
Fix the following compiler warning reported for ARCH=arm
multi_v7_defconfig.
In file included from drivers/bluetooth/hci_ldisc.c:34:
drivers/bluetooth/btintel.h:373:13: warning: 'btintel_hw_error' defined
but not used [-Wunused-function]
373 | static void btintel_hw_error(struct hci_dev *hdev, u8 code)
| ^~~~~~~~~~~~~~~~
cc: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 67d4dbac3b8c ("Bluetooth: btintel: Export few static functions")
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions