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


Groups > linux.kernel > #1388895

Re: [PATCH v6 08/12] usb: hcd: Adapt to OTG core

From Roger Quadros <rogerq@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH v6 08/12] usb: hcd: Adapt to OTG core
Date 2016-04-27 13:10 +0200
Message-ID <rsvvX-8S-5@gated-at.bofh.it> (permalink)
References <rkzQ5-4UX-1@gated-at.bofh.it> <rkzZL-4ZG-7@gated-at.bofh.it> <rsuJz-7VP-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 27/04/16 13:16, Jun Li wrote:
> Hi
> 
>>
>> +
>> +static struct otg_hcd_ops otg_hcd_intf = {
>> +	.add = usb_add_hcd,
>> +	.remove = usb_remove_hcd,
>> +	.usb_bus_start_enum = usb_bus_start_enum,
> 
> Build break if CONFIG_USB_OTG is not enabled:
> 
> drivers/built-in.o:(.data+0x1db30): undefined reference to `usb_bus_start_enum'
> Makefile:948: recipe for target 'vmlinux' failed
> make: *** [vmlinux] Error 1

Thanks. Will fix it.

cheers,
-roger

>  
>> +	.usb_control_msg = usb_control_msg,
>> +	.usb_hub_find_child = usb_hub_find_child, };
>> +
> 

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


Thread

RE: [PATCH v6 08/12] usb: hcd: Adapt to OTG core Jun Li <jun.li@nxp.com> - 2016-04-27 12:20 +0200
  Re: [PATCH v6 08/12] usb: hcd: Adapt to OTG core Roger Quadros <rogerq@ti.com> - 2016-04-27 13:10 +0200
    Re: [PATCH v6 08/12] usb: hcd: Adapt to OTG core Roger Quadros <rogerq@ti.com> - 2016-04-27 13:20 +0200
      RE: [PATCH v6 08/12] usb: hcd: Adapt to OTG core Jun Li <jun.li@nxp.com> - 2016-04-27 15:00 +0200
        RE: [PATCH v6 08/12] usb: hcd: Adapt to OTG core Jun Li <jun.li@nxp.com> - 2016-04-27 15:40 +0200

csiph-web