<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26442">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">include/device: Use different name for variables and structs<br><br>My previous changes 'Get ride of device_t' introduced a<br>confusion by using the same name for variables and structs.<br><br>Change-Id: I1f4d9e1310c5162584abc32ad0e84ec830c5e7e9<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/include/device/pci_rom.h<br>1 file changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/26442/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/include/device/pci_rom.h b/src/include/device/pci_rom.h</span><br><span>index a4aa52a..492b483 100644</span><br><span>--- a/src/include/device/pci_rom.h</span><br><span>+++ b/src/include/device/pci_rom.h</span><br><span>@@ -39,11 +39,11 @@</span><br><span>      struct rom_header *rom_header);</span><br><span> </span><br><span> unsigned long</span><br><span style="color: hsl(0, 100%, 40%);">-pci_rom_write_acpi_tables(struct device *device,</span><br><span style="color: hsl(0, 100%, 40%);">-                                              unsigned long current,</span><br><span style="color: hsl(0, 100%, 40%);">-                                                  struct acpi_rsdp *rsdp);</span><br><span style="color: hsl(120, 100%, 40%);">+pci_rom_write_acpi_tables(struct device *dev,</span><br><span style="color: hsl(120, 100%, 40%);">+                       unsigned long current,</span><br><span style="color: hsl(120, 100%, 40%);">+                        struct acpi_rsdp *rsdp);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-void pci_rom_ssdt(struct device *device);</span><br><span style="color: hsl(120, 100%, 40%);">+void pci_rom_ssdt(struct device *dev);</span><br><span> </span><br><span> u32 map_oprom_vendev(u32 vendev);</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26442">change 26442</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/26442"/><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: I1f4d9e1310c5162584abc32ad0e84ec830c5e7e9 </div>
<div style="display:none"> Gerrit-Change-Number: 26442 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>