Hi all, After merging the bluetooth tree, today's linux-next build (arm multi_v7_defconfig) produced this warning: 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) | ^~~~~~~~~~~~~~~~ Introduced by commit 1d8e17157eb5 ("Bluetooth: btintel: Export few static functions") -- Cheers, Stephen Rothwell