aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:14:02 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:22:44 +0000
commit17115156b04d75325ffb0f4818fcd31cecc8eb9b (patch)
treea0c03e95e0182e117eec8f73fe539896fda1381c /src/device
parent1f4cb326fadcd5532e3d8f2468ef8cef0b90d9b7 (diff)
{device,drivers}: Remove useless include <device/pci_ids.h>
Change-Id: Ib96bf7d48711f518e36f8d12244b5749d84a0f68 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/azalia_device.c1
-rw-r--r--src/device/oprom/realmode/x86_interrupts.c1
-rw-r--r--src/device/pci_ops.c1
-rw-r--r--src/device/pci_ops_mmconf.c1
-rw-r--r--src/device/pcix_device.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c
index 5c2fcfc908..364eec1f8e 100644
--- a/src/device/azalia_device.c
+++ b/src/device/azalia_device.c
@@ -16,7 +16,6 @@
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <device/azalia_device.h>
#include <arch/io.h>
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c
index 7ec77f8b9d..e70b25db0a 100644
--- a/src/device/oprom/realmode/x86_interrupts.c
+++ b/src/device/oprom/realmode/x86_interrupts.c
@@ -19,7 +19,6 @@
#include <arch/registers.h>
#include <console/console.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <string.h>
diff --git a/src/device/pci_ops.c b/src/device/pci_ops.c
index 202a9cd410..82c22a7428 100644
--- a/src/device/pci_ops.c
+++ b/src/device/pci_ops.c
@@ -17,7 +17,6 @@
#include <console/console.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <device/pci_ops.h>
static const struct pci_bus_operations *pci_bus_ops(struct bus *bus, struct device *dev)
diff --git a/src/device/pci_ops_mmconf.c b/src/device/pci_ops_mmconf.c
index abbab3f548..04f3d23fd3 100644
--- a/src/device/pci_ops_mmconf.c
+++ b/src/device/pci_ops_mmconf.c
@@ -13,7 +13,6 @@
#include <arch/io.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <device/pci_ops.h>
#if !defined(CONFIG_MMCONF_BASE_ADDRESS) || !CONFIG_MMCONF_BASE_ADDRESS
diff --git a/src/device/pcix_device.c b/src/device/pcix_device.c
index 31b74e5b35..1204660d7b 100644
--- a/src/device/pcix_device.c
+++ b/src/device/pcix_device.c
@@ -17,7 +17,6 @@
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <device/pcix.h>
static void pcix_tune_dev(struct device *dev)