From a85f8b94ab7663c5799b94d5a4d4953fa5ac5838 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Tue, 14 Nov 2017 09:40:23 -0700 Subject: soc/amd/common: Remove duplicated #include amd_pci_int_defs.h Remove <#include amd_pci_int_defs.h> from amd_pci_util.h, as the user of the functions declared in amd_pci_util.h don't need the contents of amd_pci_int_defs.h. BUG=b:62200907 Change-Id: I258d549d3eea3fb8919c0cddbb41dc2bc4738c4e Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/22461 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/amd/common/amd_pci_util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/soc/amd/common/amd_pci_util.h b/src/soc/amd/common/amd_pci_util.h index 6f8ff48e08..39ffcedd32 100644 --- a/src/soc/amd/common/amd_pci_util.h +++ b/src/soc/amd/common/amd_pci_util.h @@ -17,7 +17,6 @@ #define __AMD_PCI_UTIL_H__ #include -#include /* FCH index/data registers */ #define PCI_INTR_INDEX 0xc00 -- cgit v1.2.3