<p>HAOUAS Elyes has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/c/coreboot/+/30203">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">{device,drivers}: Remove useless include <device/pci_ids.h><br><br>Change-Id: Ib96bf7d48711f518e36f8d12244b5749d84a0f68<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/device/azalia_device.c<br>M src/device/oprom/realmode/x86_interrupts.c<br>M src/device/pci_ops.c<br>M src/device/pci_ops_mmconf.c<br>M src/device/pcix_device.c<br>M src/drivers/aspeed/common/aspeed_coreboot.h<br>M src/drivers/sil/3114/sil_sata.c<br>M src/drivers/xgi/common/xgi_coreboot.h<br>8 files changed, 0 insertions(+), 8 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/30203/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c</span><br><span>index 5c2fcfc..364eec1 100644</span><br><span>--- a/src/device/azalia_device.c</span><br><span>+++ b/src/device/azalia_device.c</span><br><span>@@ -16,7 +16,6 @@</span><br><span> #include <console/console.h></span><br><span> #include <device/device.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> #include <device/azalia_device.h></span><br><span> #include <arch/io.h></span><br><span>diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c</span><br><span>index 7ec77f8..e70b25d 100644</span><br><span>--- a/src/device/oprom/realmode/x86_interrupts.c</span><br><span>+++ b/src/device/oprom/realmode/x86_interrupts.c</span><br><span>@@ -19,7 +19,6 @@</span><br><span> #include <arch/registers.h></span><br><span> #include <console/console.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> #include <string.h></span><br><span> </span><br><span>diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c</span><br><span>index 202a9cd..82c22a7 100644</span><br><span>--- a/src/device/pci_ops.c</span><br><span>+++ b/src/device/pci_ops.c</span><br><span>@@ -17,7 +17,6 @@</span><br><span> </span><br><span> #include <console/console.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> </span><br><span> static const struct pci_bus_operations *pci_bus_ops(struct bus *bus, struct device *dev)</span><br><span>diff --git a/src/device/pci_ops_mmconf.c b/src/device/pci_ops_mmconf.c</span><br><span>index abbab3f..04f3d23 100644</span><br><span>--- a/src/device/pci_ops_mmconf.c</span><br><span>+++ b/src/device/pci_ops_mmconf.c</span><br><span>@@ -13,7 +13,6 @@</span><br><span> </span><br><span> #include <arch/io.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> </span><br><span> #if !defined(CONFIG_MMCONF_BASE_ADDRESS) || !CONFIG_MMCONF_BASE_ADDRESS</span><br><span>diff --git a/src/device/pcix_device.c b/src/device/pcix_device.c</span><br><span>index 31b74e5..1204660 100644</span><br><span>--- a/src/device/pcix_device.c</span><br><span>+++ b/src/device/pcix_device.c</span><br><span>@@ -17,7 +17,6 @@</span><br><span> #include <console/console.h></span><br><span> #include <device/device.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pcix.h></span><br><span> </span><br><span> static void pcix_tune_dev(struct device *dev)</span><br><span>diff --git a/src/drivers/aspeed/common/aspeed_coreboot.h b/src/drivers/aspeed/common/aspeed_coreboot.h</span><br><span>index b974840..4798ec2 100644</span><br><span>--- a/src/drivers/aspeed/common/aspeed_coreboot.h</span><br><span>+++ b/src/drivers/aspeed/common/aspeed_coreboot.h</span><br><span>@@ -26,7 +26,6 @@</span><br><span> #include <console/console.h></span><br><span> #include <device/device.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> </span><br><span> /* coreboot <--> kernel code interface */</span><br><span>diff --git a/src/drivers/sil/3114/sil_sata.c b/src/drivers/sil/3114/sil_sata.c</span><br><span>index 3c56266..95499a7 100644</span><br><span>--- a/src/drivers/sil/3114/sil_sata.c</span><br><span>+++ b/src/drivers/sil/3114/sil_sata.c</span><br><span>@@ -22,7 +22,6 @@</span><br><span> #include <console/console.h></span><br><span> #include <device/device.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> </span><br><span> static void si_sata_init(struct device *dev)</span><br><span>diff --git a/src/drivers/xgi/common/xgi_coreboot.h b/src/drivers/xgi/common/xgi_coreboot.h</span><br><span>index b9332e8..6c0fd6c 100644</span><br><span>--- a/src/drivers/xgi/common/xgi_coreboot.h</span><br><span>+++ b/src/drivers/xgi/common/xgi_coreboot.h</span><br><span>@@ -28,7 +28,6 @@</span><br><span> #include <console/console.h></span><br><span> #include <device/device.h></span><br><span> #include <device/pci.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <device/pci_ids.h></span><br><span> #include <device/pci_ops.h></span><br><span> </span><br><span> #include "initdef.h"</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/30203">change 30203</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/c/coreboot/+/30203"/><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-Change-Id: Ib96bf7d48711f518e36f8d12244b5749d84a0f68 </div>
<div style="display:none"> Gerrit-Change-Number: 30203 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> </div>
<div style="display:none"> Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>