#include "xhci.h"
#include "xhci-trace.h"
-@@ -209,7 +210,7 @@ static void xhci_pci_quirks(struct devic
+@@ -194,7 +195,7 @@ static void xhci_pci_quirks(struct devic
if (pdev->vendor == PCI_VENDOR_ID_AMD &&
pdev->device == PCI_DEVICE_ID_AMD_RENOIR_XHCI)
if (pdev->vendor == PCI_VENDOR_ID_INTEL) {
xhci->quirks |= XHCI_LPM_SUPPORT;
-@@ -624,9 +625,16 @@ static int xhci_pci_suspend(struct usb_h
+@@ -609,9 +610,16 @@ static int xhci_pci_suspend(struct usb_h
* Systems with the TI redriver that loses port status change events
* need to have the registers polled during D3, so avoid D3cold.
*/