aboutsummaryrefslogtreecommitdiffstats
path: root/main/linux-lts/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/linux-lts/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch')
-rw-r--r--main/linux-lts/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/main/linux-lts/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch b/main/linux-lts/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch
deleted file mode 100644
index 522c1752dad..00000000000
--- a/main/linux-lts/0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 927a01dffed9eb439bc9bf6df0b6548380bc84a7 Mon Sep 17 00:00:00 2001
-From: Rabeeh Khoury <rabeeh@solid-run.com>
-Date: Mon, 10 Feb 2020 10:47:45 +0200
-Subject: [PATCH] pci: hotplug: declare IDT bridge as hotpluggabl bridge
-
-Signed-off-by: Rabeeh Khoury <rabeeh@solid-run.com>
----
- drivers/pci/quirks.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
-index 55870dd42b4d..bfac025931e0 100644
---- a/drivers/pci/quirks.c
-+++ b/drivers/pci/quirks.c
-@@ -2915,6 +2915,7 @@ static void quirk_hotplug_bridge(struct pci_dev *dev)
- dev->is_hotplug_bridge = 1;
- }
- DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_HINT, 0x0020, quirk_hotplug_bridge);
-+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_IDT, 0x808c, quirk_hotplug_bridge);
-
- /*
- * This is a quirk for the Ricoh MMC controller found as a part of some
---
-2.17.1
-