X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fusb%2Fdwc3%2Fhost.c;h=661fbae01ae2d1556245528311afdb079de63657;hb=e444028ce7aad00647b824533635498533b1ee7c;hp=c679f63783aec8c1a0fe4e43bef80546a55abf44;hpb=5ffde2f67181195d457b95df44b8f88e8d969d89;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c index c679f63783ae..661fbae01ae2 100644 --- a/drivers/usb/dwc3/host.c +++ b/drivers/usb/dwc3/host.c @@ -37,6 +37,7 @@ int dwc3_host_init(struct dwc3 *dwc) xhci->dev.parent = dwc->dev; xhci->dev.dma_mask = dwc->dev->dma_mask; xhci->dev.dma_parms = dwc->dev->dma_parms; + xhci->dev.archdata = dwc->dev->archdata; dwc->xhci = xhci;