Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1604241

Re: [PATCH 1/2] usb: phy: Introduce one extcon device into usb phy

From Baolin Wang <baolin.wang@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] usb: phy: Introduce one extcon device into usb phy
Date 2017-03-20 09:40 +0100
Message-ID <tn118-27Q-5@gated-at.bofh.it> (permalink)
References <tlTp0-1N4-17@gated-at.bofh.it> <tmHvr-51p-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,


On 19 March 2017 at 19:42, kbuild test robot <lkp@intel.com> wrote:
> Hi Baolin,
>
> [auto build test ERROR on balbi-usb/next]
> [also build test ERROR on v4.11-rc2 next-20170310]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url:    https://github.com/0day-ci/linux/commits/Baolin-Wang/usb-phy-Introduce-one-extcon-device-into-usb-phy/20170319-175509
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git next
> config: i386-randconfig-i1-201712 (attached as .config)
> compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4
> reproduce:
>         # save the attached .config to linux build tree
>         make ARCH=i386
>
> All errors (new ones prefixed by >>):
>
>    drivers/built-in.o: In function `usb_add_extcon':
>>> phy.c:(.text+0x231580): undefined reference to `extcon_get_edev_by_phandle'
>>> phy.c:(.text+0x2315d0): undefined reference to `devm_extcon_register_notifier'
>    phy.c:(.text+0x231629): undefined reference to `devm_extcon_register_notifier'

I am not sure how the errors were happened, since we will always
select EXTCON if we have selected USB_PHY, moreover we have included
the "linux/extcon.h" in phy.h file.

-- 
Baolin.wang
Best Regards

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] usb: phy: Introduce one extcon device into usb phy Baolin Wang <baolin.wang@linaro.org> - 2017-03-17 07:20 +0100
  [PATCH 2/2] usb: phy: phy-qcom-8x16-usb: Remove redundant extcon register/unregister Baolin Wang <baolin.wang@linaro.org> - 2017-03-17 07:30 +0100
  Re: [PATCH 1/2] usb: phy: Introduce one extcon device into usb phy Baolin Wang <baolin.wang@linaro.org> - 2017-03-20 09:40 +0100
    Re: [kbuild-all] [PATCH 1/2] usb: phy: Introduce one extcon device  into usb phy Ye Xiaolong <xiaolong.ye@intel.com> - 2017-03-22 07:40 +0100
      Re: [kbuild-all] [PATCH 1/2] usb: phy: Introduce one extcon device  into usb phy Baolin Wang <baolin.wang@linaro.org> - 2017-03-22 07:50 +0100

csiph-web