From: Quanyang Wang <[email protected]> In upstream commit 5c294de36e7f ("Revert "usb: dwc3: disable USB core PHY management""), dwc3_xhci_plat_priv is deleted. But when this commit is merged into yocto, this struct is still there. So deleting this struct to fix compile error.
Signed-off-by: Quanyang Wang <[email protected]> --- Hi Bruce, Would you please help merge this patch to the branches: v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc v5.15/standard/sdkv5.15/xlnx-soc Thanks, Quanyang --- drivers/usb/dwc3/host.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c index 3bdce1d666f42..d7831fcb3d10c 100644 --- a/drivers/usb/dwc3/host.c +++ b/drivers/usb/dwc3/host.c @@ -27,9 +27,6 @@ void dwc3_host_wakeup_capable(struct device *dev, bool wakeup) if (dwc3_wakeup_fn) dwc3_wakeup_fn(dev, wakeup); } -static const struct xhci_plat_priv dwc3_xhci_plat_priv = { - .quirks = XHCI_SKIP_PHY_INIT, -}; static int dwc3_host_get_irq(struct dwc3 *dwc) { -- 2.36.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11991): https://lists.yoctoproject.org/g/linux-yocto/message/11991 Mute This Topic: https://lists.yoctoproject.org/mt/95460514/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
