From c901841ec155c658b8ecf33c3b2474599e91dc08 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 17 Jul 2024 11:59:02 +0000 Subject: device/pci_ids: Remove unused Intel UFS device IDs This patch removes the PCI device IDs for Intel LNL and PTL UFS devices from `pci_ids.h` as they appear to be unused in the codebase. BUG=b:347669091 TEST=Able to build google/fatcat. Change-Id: Ic795dd2e83c361a2aa04267d4663cf6bb9a755e2 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83519 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/include/device/pci_ids.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include/device/pci_ids.h') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index e18a2fbfe4..27cedd9475 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4725,10 +4725,6 @@ #define PCI_DID_INTEL_JSP_EMMC 0x4dc4 #define PCI_DID_INTEL_ADP_EMMC 0x54c4 -/* Intel UFS device Ids */ -#define PCI_DID_INTEL_LNL_UFS 0xa847 -#define PCI_DID_INTEL_PTL_UFS 0xe447 - /* Intel Thunderbolt device Ids */ #define PCI_DID_INTEL_TGL_TBT_RP0 0x9a23 #define PCI_DID_INTEL_TGL_TBT_RP1 0x9a25 -- cgit v1.2.3