From 3d5c3e4f6cb0a4957863f05262dc61afa60fb05c Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Wed, 18 Jun 2025 09:07:40 +0000 Subject: [PATCH] Fix 0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch --- .../0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch b/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch index 93c90bf..5c97a98 100644 --- a/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch +++ b/files/0004-Bring-back-deprecated-pci-ids-to-qla2xxx-driver.patch @@ -14,7 +14,7 @@ index 26089872a..8018c68f2 100644 @@ -8123,7 +8123,7 @@ static const struct pci_error_handlers qla2xxx_err_handler = { }; - static struct pci_device_id qla2xxx_pci_tbl[] = { + static const struct pci_device_id qla2xxx_pci_tbl[] = { -#ifndef CONFIG_RHEL_DIFFERENCES +#ifndef CONFIG_ALMALINUX_DIFFERENCES { PCI_DEVICE(PCI_VENDOR_ID_QLOGIC, PCI_DEVICE_ID_QLOGIC_ISP2100) },