Re: [PATCH] xhci: Only build xhci_reset_hw() if CONFIG_DM_USB is enabled

2020-07-10 Thread Matthias Brugger
On 09/07/2020 19:31, Nicolas Saenz Julienne wrote: This was breaking build on some configurations. Signed-off-by: Nicolas Saenz Julienne --- Matthias, I don't know if it's possible at this stage, but I'd ideally squash this into the offending patch. I'll test the patch and squash. Thanks

[PATCH] xhci: Only build xhci_reset_hw() if CONFIG_DM_USB is enabled

2020-07-09 Thread Nicolas Saenz Julienne
This was breaking build on some configurations. Signed-off-by: Nicolas Saenz Julienne --- 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/