{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>
This commit is contained in:
Elyes HAOUAS
2018-12-12 15:14:02 +01:00
committed by Patrick Georgi
parent 1f4cb326fa
commit 17115156b0
8 changed files with 0 additions and 8 deletions

View File

@@ -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)