lkml.org 
[lkml]   [2016]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRE: [PATCH v6 08/12] usb: hcd: Adapt to OTG core
    Date
    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

    Li Jun

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

    \
     
     \ /
      Last update: 2016-04-27 12:21    [W:4.091 / U:0.212 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site