From 549c2cd24fd24b70c2d34ef1fa0cccaecf59ad9f Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 11 Oct 2022 14:01:28 +0530 Subject: [PATCH] device: Drop unused ADL-N UFS PCI Device ID This patch drops unused ADL-N UFS PCI Device ID macro `PCI_DID_INTEL_ADP_UFS`. BUG=none TEST=Able to build and boot Google/Kano. Signed-off-by: Subrata Banik Change-Id: I24e4a1a871763473df4d610b13e8a3a754470233 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68292 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai Reviewed-by: Meera Ravindranath Reviewed-by: Reka Norman --- src/include/device/pci_ids.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 4301cfb76d..cdfe0b40ae 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4365,9 +4365,6 @@ #define PCI_DID_INTEL_JSP_EMMC 0x4dc4 #define PCI_DID_INTEL_ADP_EMMC 0x54c4 -/* Intel UFS device Ids */ -#define PCI_DID_INTEL_ADP_UFS 0x54ff - /* Intel Thunderbolt device Ids */ #define PCI_DID_INTEL_TGL_TBT_RP0 0x9a23 #define PCI_DID_INTEL_TGL_TBT_RP1 0x9a25