All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 8069/15793] ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put'
@ 2020-06-06 16:57 kernel test robot
  2020-06-07 11:17 ` Bryan O'Donoghue
  0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2020-06-06 16:57 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   af30725c132e2e5c5369b60369ff0771fde7d4ff
commit: 18a6c866bb191f360a16db6a79e005247dd3fd70 [8069/15793] usb: typec: tps6598x: Add USB role switching logic
config: x86_64-randconfig-a011-20200606 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce (this is a W=1 build):
        git checkout 18a6c866bb191f360a16db6a79e005247dd3fd70
        # save the attached .config to linux build tree
        make W=1 ARCH=x86_64 

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

Note: the linux-next/master HEAD af30725c132e2e5c5369b60369ff0771fde7d4ff builds fine.
      It may have been fixed somewhere.

All errors (new ones prefixed by >>, old ones prefixed by <<):

ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_remove':
drivers/usb/typec/tps6598x.c:604: undefined reference to `usb_role_switch_put'
ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_probe':
drivers/usb/typec/tps6598x.c:522: undefined reference to `fwnode_usb_role_switch_get'
>> ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put'

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [linux-next:master 8069/15793] ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put'
  2020-06-06 16:57 [linux-next:master 8069/15793] ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put' kernel test robot
@ 2020-06-07 11:17 ` Bryan O'Donoghue
  0 siblings, 0 replies; 2+ messages in thread
From: Bryan O'Donoghue @ 2020-06-07 11:17 UTC (permalink / raw)
  To: kbuild-all

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

On 06/06/2020 17:57, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   af30725c132e2e5c5369b60369ff0771fde7d4ff
> commit: 18a6c866bb191f360a16db6a79e005247dd3fd70 [8069/15793] usb: typec: tps6598x: Add USB role switching logic
> config: x86_64-randconfig-a011-20200606 (attached as .config)
> compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
> reproduce (this is a W=1 build):
>          git checkout 18a6c866bb191f360a16db6a79e005247dd3fd70
>          # save the attached .config to linux build tree
>          make W=1 ARCH=x86_64
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> Note: the linux-next/master HEAD af30725c132e2e5c5369b60369ff0771fde7d4ff builds fine.
>        It may have been fixed somewhere.
> 
> All errors (new ones prefixed by >>, old ones prefixed by <<):
> 
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
> drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_remove':
> drivers/usb/typec/tps6598x.c:604: undefined reference to `usb_role_switch_put'
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_probe':
> drivers/usb/typec/tps6598x.c:522: undefined reference to `fwnode_usb_role_switch_get'
>>> ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> 

Fixed by

e9ccc35b8665 - usb: typec: Ensure USB_ROLE_SWITCH is set as a dependency 
for tps6598x (2 weeks ago)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-07 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-06 16:57 [linux-next:master 8069/15793] ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put' kernel test robot
2020-06-07 11:17 ` Bryan O'Donoghue

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.