diff mbox series

[2/2] Revert "UBUNTU: SAUCE: pci: prevent sk hynix nvme from entering D3"

Message ID 20200925074124.2051-3-kai.heng.feng@canonical.com
State New
Headers show
Series Remove NVMe suspend-to-idle workaround | expand

Commit Message

Kai-Heng Feng Sept. 25, 2020, 7:41 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1897227

This reverts commit 95d66bc5e23f0c9ea6fa363834ad858930f6f17f.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
 drivers/pci/quirks.c    | 1 -
 include/linux/pci_ids.h | 2 --
 2 files changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 79d5c6869be6..812138b1bcb1 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -1370,7 +1370,6 @@  DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_AL, PCI_ANY_ID,
    occur when mode detecting */
 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_VIA, PCI_ANY_ID,
 				PCI_CLASS_STORAGE_IDE, 8, quirk_no_ata_d3);
-DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_SK_HYNIX, 0x1527, quirk_no_ata_d3);
 
 /*
  * This was originally an Alpha-specific thing, but it really fits here.
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index c4a9bb52cccc..1ab1e24bcbce 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -3132,6 +3132,4 @@ 
 
 #define PCI_VENDOR_ID_NCUBE		0x10ff
 
-#define PCI_VENDOR_ID_SK_HYNIX		0x1c5c
-
 #endif /* _LINUX_PCI_IDS_H */