<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26997">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">include/device/cardbus.h: Get rid of device_t<br><br>Use of device_t has been abandoned in ramstage.<br><br>Change-Id: I99d11865cce1960bfe753d1c902bc168b33b6c15<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/include/device/cardbus.h<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/97/26997/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/include/device/cardbus.h b/src/include/device/cardbus.h</span><br><span>index 45ae24f..4443c15 100644</span><br><span>--- a/src/include/device/cardbus.h</span><br><span>+++ b/src/include/device/cardbus.h</span><br><span>@@ -5,8 +5,8 @@</span><br><span> </span><br><span> #include <device/device.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void cardbus_read_resources(device_t dev);</span><br><span style="color: hsl(0, 100%, 40%);">-void cardbus_enable_resources(device_t dev);</span><br><span style="color: hsl(120, 100%, 40%);">+void cardbus_read_resources(struct device *dev);</span><br><span style="color: hsl(120, 100%, 40%);">+void cardbus_enable_resources(struct device *dev);</span><br><span> </span><br><span> extern struct device_operations default_cardbus_ops_bus;</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26997">change 26997</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/26997"/><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: I99d11865cce1960bfe753d1c902bc168b33b6c15 </div>
<div style="display:none"> Gerrit-Change-Number: 26997 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>