<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27000">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">nb/amd/pi/00630F01: Get rid of device_t<br><br>Use of device_t has been abandoned in ramstage.<br><br>Change-Id: I8f5fb9b4d86f1eb3d66c14f40959bcfababa2672<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/northbridge/amd/pi/00630F01/iommu.c<br>1 file 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/00/27000/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/northbridge/amd/pi/00630F01/iommu.c b/src/northbridge/amd/pi/00630F01/iommu.c</span><br><span>index 017269b..0154ace 100644</span><br><span>--- a/src/northbridge/amd/pi/00630F01/iommu.c</span><br><span>+++ b/src/northbridge/amd/pi/00630F01/iommu.c</span><br><span>@@ -19,7 +19,7 @@</span><br><span> #include <device/pci_ops.h></span><br><span> #include <lib.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void iommu_read_resources(device_t dev)</span><br><span style="color: hsl(120, 100%, 40%);">+static void iommu_read_resources(struct device *dev)</span><br><span> {</span><br><span>       struct resource *res;</span><br><span> </span><br><span>@@ -35,7 +35,7 @@</span><br><span>        res->flags = IORESOURCE_MEM;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void iommu_set_resources(device_t dev)</span><br><span style="color: hsl(120, 100%, 40%);">+static void iommu_set_resources(struct device *dev)</span><br><span> {</span><br><span>      struct resource *res;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27000">change 27000</a>. To unsubscribe, or for help writing mail filters, 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/27000"/><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: I8f5fb9b4d86f1eb3d66c14f40959bcfababa2672 </div>
<div style="display:none"> Gerrit-Change-Number: 27000 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>