Blame SOURCES/0001-add-deprecated-ids.patch
|
|
590fb8 |
--- a/src/qla_os.c
|
|
|
590fb8 |
+++ b/src/qla_os.c
|
|
|
548e45 |
@@ -2765,16 +2764,0 @@
|
|
|
548e45 |
-#ifdef CONFIG_RHEL_DIFFERENCES
|
|
|
548e45 |
-static const struct pci_device_id rh_deprecated_pci_table[] = {
|
|
|
548e45 |
- { 0 }
|
|
|
548e45 |
-};
|
|
|
548e45 |
-
|
|
|
548e45 |
-static const struct pci_device_id rh_unmaintained_pci_table[] = {
|
|
|
548e45 |
- { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2532) },
|
|
|
548e45 |
- { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2031) },
|
|
|
548e45 |
- { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP8031) },
|
|
|
548e45 |
- { 0 }
|
|
|
548e45 |
-};
|
|
|
548e45 |
-
|
|
|
548e45 |
-static const struct pci_device_id rh_disabled_pci_table[] = {
|
|
|
548e45 |
- { 0 }
|
|
|
548e45 |
-};
|
|
|
548e45 |
-#endif
|
|
|
548e45 |
@@ -2801,7 +2784,0 @@
|
|
|
548e45 |
-#ifdef CONFIG_RHEL_DIFFERENCES
|
|
|
548e45 |
- if (pci_hw_disabled(rh_disabled_pci_table, pdev))
|
|
|
548e45 |
- return -ENODEV;
|
|
|
548e45 |
-
|
|
|
548e45 |
- pci_hw_deprecated(rh_deprecated_pci_table, pdev);
|
|
|
548e45 |
- pci_hw_unmaintained(rh_unmaintained_pci_table, pdev);
|
|
|
548e45 |
-#endif
|
|
|
548e45 |
@@ -7839 +7815,0 @@
|
|
|
590fb8 |
-#ifndef CONFIG_RHEL_DIFFERENCES
|
|
|
548e45 |
@@ -7852 +7827,0 @@
|
|
|
590fb8 |
-#endif
|
|
|
548e45 |
@@ -7855 +7829,0 @@
|
|
|
590fb8 |
-#ifndef CONFIG_RHEL_DIFFERENCES
|
|
|
548e45 |
@@ -7858 +7831,0 @@
|
|
|
590fb8 |
-#endif
|
|
|
548e45 |
@@ -7860 +7832,0 @@
|
|
|
590fb8 |
-#ifndef CONFIG_RHEL_DIFFERENCES
|
|
|
548e45 |
@@ -7863 +7834,0 @@
|
|
|
590fb8 |
-#endif
|