Hi all, After merging the bluetooth tree, today's linux-next build (arm multi_v7_defconfig) failed like this: net/bluetooth/hci_event.c:6776:24: error: initialization of 'void (*)(struct hci_dev *, void *, struct sk_buff *)' from incompatible pointer type 'void (*)(struct hci_dev *, struct sk_buff *)' [-Werror=incompatible-pointer-types] 6776 | HCI_EV(HCI_EV_VENDOR, msft_vendor_evt, 0), | ^~~~~~~~~~~~~~~ net/bluetooth/hci_event.c:6599:10: note: in definition of macro 'HCI_EV_VL' 6599 | .func = _func, \ | ^~~~~ net/bluetooth/hci_event.c:6776:2: note: in expansion of macro 'HCI_EV' 6776 | HCI_EV(HCI_EV_VENDOR, msft_vendor_evt, 0), | ^~~~~~ net/bluetooth/hci_event.c:6776:24: note: (near initialization for 'hci_ev_table[255].<anonymous>.func') 6776 | HCI_EV(HCI_EV_VENDOR, msft_vendor_evt, 0), | ^~~~~~~~~~~~~~~ net/bluetooth/hci_event.c:6599:10: note: in definition of macro 'HCI_EV_VL' 6599 | .func = _func, \ | ^~~~~ net/bluetooth/hci_event.c:6776:2: note: in expansion of macro 'HCI_EV' 6776 | HCI_EV(HCI_EV_VENDOR, msft_vendor_evt, 0), | ^~~~~~ cc1: some warnings being treated as errors Caused by commit 6b3d4c8fcf3f ("Bluetooth: hci_event: Use of a function table to handle HCI events") There are 2 declarations of msft_vendor_evt() in net/bluetooth/msft.h ... I have used the bluetooth tree from next-20211203 for today. -- Cheers, Stephen Rothwell
Attachment:
pgpDOIMUaQI82.pgp
Description: OpenPGP digital signature