<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22814">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">device: Make pci_dev_ops_pci structure global<br><br>This patch makes pci_dev_ops_pci structure global so that<br>caller can make use of this structure using extern.<br><br>Change-Id: I8de919aacccbc062475fb04f59ffb4957d3460b9<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/device/pci_device.c<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/14/22814/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/device/pci_device.c b/src/device/pci_device.c<br>index 3d23671..ffc679f 100644<br>--- a/src/device/pci_device.c<br>+++ b/src/device/pci_device.c<br>@@ -734,7 +734,7 @@<br> }<br> <br> /** Default device operation for PCI devices */<br>-static struct pci_operations pci_dev_ops_pci = {<br>+struct pci_operations pci_dev_ops_pci = {<br>     .set_subsystem = pci_dev_set_subsystem,<br> };<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/22814">change 22814</a>. To unsubscribe, 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/22814"/><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: I8de919aacccbc062475fb04f59ffb4957d3460b9 </div>
<div style="display:none"> Gerrit-Change-Number: 22814 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>