<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26006">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device/pcix_device.c: Get rid of device_t<br><br>Use of `device_t` has been abandoned in ramstage.<br><br>Change-Id: I14c0db71ffa5faa8321c88c9c75c0c18a70910e8<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/device/pcix_device.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/26006/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/device/pcix_device.c b/src/device/pcix_device.c</span><br><span>index 214e1f8..31b74e5 100644</span><br><span>--- a/src/device/pcix_device.c</span><br><span>+++ b/src/device/pcix_device.c</span><br><span>@@ -20,7 +20,7 @@</span><br><span> #include <device/pci_ids.h></span><br><span> #include <device/pcix.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void pcix_tune_dev(device_t dev)</span><br><span style="color: hsl(120, 100%, 40%);">+static void pcix_tune_dev(struct device *dev)</span><br><span> {</span><br><span>    u32 status;</span><br><span>  u16 orig_cmd, cmd;</span><br><span>@@ -61,7 +61,7 @@</span><br><span> </span><br><span> static void pcix_tune_bus(struct bus *bus)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-   device_t child;</span><br><span style="color: hsl(120, 100%, 40%);">+       struct device *child;</span><br><span> </span><br><span>    for (child = bus->children; child; child = child->sibling)</span><br><span>             pcix_tune_dev(child);</span><br><span>@@ -108,7 +108,7 @@</span><br><span>  return result;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void pcix_scan_bridge(device_t dev)</span><br><span style="color: hsl(120, 100%, 40%);">+void pcix_scan_bridge(struct device *dev)</span><br><span> {</span><br><span>   unsigned int pos;</span><br><span>    u16 sstatus;</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26006">change 26006</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/26006"/><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: I14c0db71ffa5faa8321c88c9c75c0c18a70910e8 </div>
<div style="display:none"> Gerrit-Change-Number: 26006 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>