On 24 July 2017 at 09:07, <[email protected]> wrote: > From: Patrice Chotard <[email protected]> > > Add CONFIG_DM_USB flag to avoid following compilation errors > detected by buildman : > +drivers/usb/host/built-in.o: In function `xhci_dwc3_remove': > +drivers/usb/host/xhci-dwc3.c:168: undefined reference to `xhci_deregister' > +drivers/usb/host/built-in.o: In function `xhci_dwc3_probe': > +drivers/usb/host/xhci-dwc3.c:145: undefined reference to `usb_get_dr_mode' > +drivers/usb/host/xhci-dwc3.c:152: undefined reference to `xhci_register' > > introduced by patch d5c3f014da3 "usb: host: xhci-dwc3: Convert driver to DM" > > Signed-off-by: Patrice Chotard <[email protected]> > Reported-by: Ran Wang <[email protected]> > --- > drivers/usb/host/xhci-dwc3.c | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

