merged.

Bruce

In message: [linux-yocto][v5.10/standard/sdkv5.10/xlnx-soc & 
v5.10/standard/preempt-rt/sdkv5.10/xlnx-soc][PATCH] dwc3/host.c: remove unused 
variable
on 24/12/2022 Li Wang wrote:

> drivers/usb/dwc3/host.c:30:21: error: variable 'dwc3_xhci_plat_priv' has 
> initializer but incomplete type
>    30 | static const struct xhci_plat_priv dwc3_xhci_plat_priv = {
>       |                     ^~~~~~~~~~~~~~
> drivers/usb/dwc3/host.c:31:10: error: 'const struct xhci_plat_priv' has no 
> member named 'quirks'
>    31 |         .quirks = XHCI_SKIP_PHY_INIT,
>       |          ^~~~~~
> 
> Signed-off-by: Li Wang <li.w...@windriver.com>
> ---
>  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 632a653a33bd..93f0f550be9b 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.23.0
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12053): 
https://lists.yoctoproject.org/g/linux-yocto/message/12053
Mute This Topic: https://lists.yoctoproject.org/mt/95857134/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to