<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26412">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/amd/amd8151: Get rid of device_t<br><br>Use of device_t has been abandoned in ramstage.<br><br>Change-Id: Id8a5043015806d8a433a948fc1889ee867ca3aeb<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/southbridge/amd/amd8151/agp3.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/12/26412/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/amd/amd8151/agp3.c b/src/southbridge/amd/amd8151/agp3.c</span><br><span>index 18dd6d5..0cddc20 100644</span><br><span>--- a/src/southbridge/amd/amd8151/agp3.c</span><br><span>+++ b/src/southbridge/amd/amd8151/agp3.c</span><br><span>@@ -20,7 +20,7 @@</span><br><span> #include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void agp3bridge_init(device_t dev)</span><br><span style="color: hsl(120, 100%, 40%);">+static void agp3bridge_init(struct device *dev)</span><br><span> {</span><br><span>   uint8_t byte;</span><br><span> </span><br><span>@@ -46,7 +46,7 @@</span><br><span>        .device = 0x7455, // AGP Bridge</span><br><span> };</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void agp3dev_enable(device_t dev)</span><br><span style="color: hsl(120, 100%, 40%);">+static void agp3dev_enable(struct device *dev)</span><br><span> {</span><br><span>       uint32_t value;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26412">change 26412</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/26412"/><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: Id8a5043015806d8a433a948fc1889ee867ca3aeb </div>
<div style="display:none"> Gerrit-Change-Number: 26412 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>