Hi Marcel, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: x86_64-randconfig-x006-201540 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/bluetooth/btusb.c: In function 'btusb_diag_complete': >> drivers/bluetooth/btusb.c:893:4: error: implicit declaration of function 'hci_recv_diag' [-Werror=implicit-function-declaration] hci_recv_diag(hdev, skb); ^ cc1: some warnings being treated as errors vim +/hci_recv_diag +893 drivers/bluetooth/btusb.c 887 struct sk_buff *skb; 888 889 skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC); 890 if (skb) { 891 memcpy(skb_put(skb, urb->actual_length), 892 urb->transfer_buffer, urb->actual_length); > 893 hci_recv_diag(hdev, skb); 894 } 895 } else if (urb->status == -ENOENT) { 896 /* Avoid suspend failed when usb_kill_urb */ --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data