tree: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master head: 0bd4ded3287d4ecb9443fca7f86d45d2235f6ebc commit: 0bd4ded3287d4ecb9443fca7f86d45d2235f6ebc [8/8] Bluetooth: btintel: Create common function for firmware download config: i386-randconfig-s1-201803 (attached as .config) compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026 reproduce: git checkout 0bd4ded3287d4ecb9443fca7f86d45d2235f6ebc # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): In file included from drivers/bluetooth/hci_ldisc.c:49:0: >> drivers/bluetooth/btintel.h:196:1: error: expected identifier or '(' before '{' token { ^ drivers/bluetooth/btintel.h:193:19: warning: 'btintel_download_firmware' declared 'static' but never defined [-Wunused-function] static inline int btintel_download_firmware(struct hci_dev *dev, ^~~~~~~~~~~~~~~~~~~~~~~~~ vim +196 drivers/bluetooth/btintel.h 192 193 static inline int btintel_download_firmware(struct hci_dev *dev, 194 const struct firmware *fw, 195 u32 *boot_param); > 196 { --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip