<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26031">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pci: Fix function prototype<br><br>Fix a function prototype to support PCI on non x86.<br>The function itself does have the correct argument already.<br><br>Change-Id: I564fcfe9b85ed4f841a48fe17a3f5bf80e16560b<br>Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com><br>---<br>M src/include/device/pci.h<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/26031/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/include/device/pci.h b/src/include/device/pci.h</span><br><span>index 96918ff..ec5198f 100644</span><br><span>--- a/src/include/device/pci.h</span><br><span>+++ b/src/include/device/pci.h</span><br><span>@@ -80,7 +80,7 @@</span><br><span> struct device *pci_probe_dev(struct device *dev, struct bus *bus,</span><br><span>                          unsigned int devfn);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void do_pci_scan_bridge(device_t bus,</span><br><span style="color: hsl(120, 100%, 40%);">+void do_pci_scan_bridge(struct device *dev,</span><br><span>   void (*do_scan_bus)(struct bus *bus,</span><br><span>                 unsigned int min_devfn, unsigned int max_devfn));</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26031">change 26031</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/26031"/><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: I564fcfe9b85ed4f841a48fe17a3f5bf80e16560b </div>
<div style="display:none"> Gerrit-Change-Number: 26031 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>