xhci: Add a flag to disable USB3 lpm on a xhci root port level.
[platform/kernel/linux-rpi.git] / drivers / usb / host / xhci.h
index b03add1..b8ad967 100644 (file)
@@ -1737,6 +1737,7 @@ struct xhci_port {
        int                     hcd_portnum;
        struct xhci_hub         *rhub;
        struct xhci_port_cap    *port_cap;
+       unsigned int            lpm_incapable:1;
 };
 
 struct xhci_hub {