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 <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/22460
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
diff --git a/src/soc/amd/common/amd_pci_util.c b/src/soc/amd/common/amd_pci_util.c
index ff9374f..577b5cb 100644
--- a/src/soc/amd/common/amd_pci_util.c
+++ b/src/soc/amd/common/amd_pci_util.c
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <amd_pci_util.h>
 #include <pc80/i8259.h>
-#include <amd_pci_int_defs.h>
+#include <soc/amd_pci_int_defs.h>
 #include <amd_pci_int_types.h>
 
 const struct pirq_struct *pirq_data_ptr;