All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [chrome-os:chromeos-4.19 9/15] drivers/bluetooth/btbcm.h:98: multiple definition of `btbcm_read_pcm_int_params'
Date: Thu, 26 Dec 2019 19:17:29 +0800	[thread overview]
Message-ID: <201912261920.WhtXBIcu%lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1690 bytes --]

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-4.19
head:   bb32ccf7f497f3f54e2817dfc9d0743d9e2f7c69
commit: bc246d09362a4d2ef7df82a749b574665bfebcb8 [9/15] FROMGIT: Bluetooth: btbcm: Support pcm configuration
config: riscv-randconfig-a001-20191226 (attached as .config)
compiler: riscv64-linux-gcc (GCC) 7.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout bc246d09362a4d2ef7df82a749b574665bfebcb8
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=riscv 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/bluetooth/btusb.o: In function `btbcm_read_pcm_int_params':
>> drivers/bluetooth/btbcm.h:98: multiple definition of `btbcm_read_pcm_int_params'
   drivers/bluetooth/hci_ldisc.o:drivers/bluetooth/btbcm.h:98: first defined here
   drivers/bluetooth/btusb.o: In function `btbcm_write_pcm_int_params':
>> drivers/bluetooth/btbcm.h:100: multiple definition of `btbcm_write_pcm_int_params'
   drivers/bluetooth/hci_ldisc.o:drivers/bluetooth/btbcm.h:100: first defined here

vim +98 drivers/bluetooth/btbcm.h

    95	
    96	int btbcm_read_pcm_int_params(struct hci_dev *hdev,
    97				      struct bcm_set_pcm_int_params *params)
  > 98	{
    99		return -EOPNOTSUPP;
 > 100	}
   101	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 28405 bytes --]

                 reply	other threads:[~2019-12-26 11:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201912261920.WhtXBIcu%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.