From a800bdb298cb15559c054699f68a374976a18fb6 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Mon, 13 Nov 2017 16:59:38 -0700 Subject: Move amd/stoneyridge/include/amd_pci_int_defs.h to include/soc/ Move src/soc/amd/stoneyridge/include/amd_pci_int_defs.h to src/soc/amd/stoneyridge/include/soc/. After much discussion, src/soc/amd/stoneyridge/include/soc is probably the best location. It was found that there are other common code that include headers from this folder. BUG=b:62200907 Change-Id: I69e0a54e5d64ae28919871c687a0177786b789c8 Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/22460 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Marc Jones --- src/soc/amd/common/amd_pci_util.c | 2 +- src/soc/amd/common/amd_pci_util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/amd/common') diff --git a/src/soc/amd/common/amd_pci_util.c b/src/soc/amd/common/amd_pci_util.c index ff9374fee0..577b5cb8c4 100644 --- a/src/soc/amd/common/amd_pci_util.c +++ b/src/soc/amd/common/amd_pci_util.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include const struct pirq_struct *pirq_data_ptr; diff --git a/src/soc/amd/common/amd_pci_util.h b/src/soc/amd/common/amd_pci_util.h index b8d48ef3e3..6f8ff48e08 100644 --- a/src/soc/amd/common/amd_pci_util.h +++ b/src/soc/amd/common/amd_pci_util.h @@ -17,7 +17,7 @@ #define __AMD_PCI_UTIL_H__ #include -#include +#include /* FCH index/data registers */ #define PCI_INTR_INDEX 0xc00 -- cgit v1.2.3