
9 Jul
2020
9 Jul
'20
7:31 p.m.
This was breaking build on some configurations.
Signed-off-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de ---
Matthias, I don't know if it's possible at this stage, but I'd ideally squash this into the offending patch.
drivers/usb/host/xhci.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index e252964d0d..f635bb39f6 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -190,6 +190,7 @@ static int xhci_start(struct xhci_hcor *hcor) return ret; }
+#if CONFIG_IS_ENABLED(DM_USB) /** * Resets XHCI Hardware * @@ -218,6 +219,7 @@ static int xhci_reset_hw(struct xhci_ctrl *ctrl)
return 0; } +#endif
/** * Resets the XHCI Controller
--
2.27.0