<p>Richard Spiegel has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22460">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/soc/amd/stoneyridge/include/amd_pci_defs.h: move file to common/include.<br><br>Create folder include within src/soc/amd/common, and move amd_pci_defs.h<br>to this folder. Fix include statements where needed.<br><br>BUG=b:62200907<br><br>Change-Id: I69e0a54e5d64ae28919871c687a0177786b789c8<br>Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com><br>---<br>M src/soc/amd/common/amd_pci_util.c<br>M src/soc/amd/common/amd_pci_util.h<br>R src/soc/amd/common/include/amd_pci_int_defs.h<br>3 files changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/22460/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/amd/common/amd_pci_util.c b/src/soc/amd/common/amd_pci_util.c<br>index ff9374f..a7e747a 100644<br>--- a/src/soc/amd/common/amd_pci_util.c<br>+++ b/src/soc/amd/common/amd_pci_util.c<br>@@ -19,7 +19,7 @@<br> #include <string.h><br> #include <amd_pci_util.h><br> #include <pc80/i8259.h><br>-#include <amd_pci_int_defs.h><br>+#include <include/amd_pci_int_defs.h><br> #include <amd_pci_int_types.h><br> <br> const struct pirq_struct *pirq_data_ptr;<br>diff --git a/src/soc/amd/common/amd_pci_util.h b/src/soc/amd/common/amd_pci_util.h<br>index b8d48ef..d648c60 100644<br>--- a/src/soc/amd/common/amd_pci_util.h<br>+++ b/src/soc/amd/common/amd_pci_util.h<br>@@ -17,7 +17,7 @@<br> #define __AMD_PCI_UTIL_H__<br> <br> #include <stdint.h><br>-#include <amd_pci_int_defs.h><br>+#include <include/amd_pci_int_defs.h><br> <br> /* FCH index/data registers */<br> #define PCI_INTR_INDEX           0xc00<br>diff --git a/src/soc/amd/stoneyridge/include/amd_pci_int_defs.h b/src/soc/amd/common/include/amd_pci_int_defs.h<br>similarity index 100%<br>rename from src/soc/amd/stoneyridge/include/amd_pci_int_defs.h<br>rename to src/soc/amd/common/include/amd_pci_int_defs.h<br></pre><p>To view, visit <a href="https://review.coreboot.org/22460">change 22460</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22460"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I69e0a54e5d64ae28919871c687a0177786b789c8 </div>
<div style="display:none"> Gerrit-Change-Number: 22460 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Spiegel <richard.spiegel@silverbackltd.com> </div>