diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-15 15:56:03 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-10-18 18:41:09 +0000 |
commit | df60e8786cd71c92a12156c381814b9234d52f6e (patch) | |
tree | 74bd9cfc6329c08cd60fc5a7bece34c32937b236 /src/drivers | |
parent | d9c799c5296c8f300031dafade682cf613ec4d34 (diff) | |
download | coreboot-df60e8786cd71c92a12156c381814b9234d52f6e.tar.xz |
src: Remove unused include '<device/pci_ids.h>'
Change-Id: Ic90dcff9d0b49a75a26556e4a1884a2954ef68f6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36063
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/emulation/qemu/bochs.c | 1 | ||||
-rw-r--r-- | src/drivers/emulation/qemu/cirrus.c | 1 | ||||
-rw-r--r-- | src/drivers/net/ne2k.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/oxpcie.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/emulation/qemu/bochs.c b/src/drivers/emulation/qemu/bochs.c index 22095efb02..e4762e93fe 100644 --- a/src/drivers/emulation/qemu/bochs.c +++ b/src/drivers/emulation/qemu/bochs.c @@ -19,7 +19,6 @@ #include <console/console.h> #include <device/device.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <device/pci_ops.h> #include <pc80/vga.h> #include <pc80/vga_io.h> diff --git a/src/drivers/emulation/qemu/cirrus.c b/src/drivers/emulation/qemu/cirrus.c index ed5a4f4767..688fcba753 100644 --- a/src/drivers/emulation/qemu/cirrus.c +++ b/src/drivers/emulation/qemu/cirrus.c @@ -21,7 +21,6 @@ #include <console/console.h> #include <device/device.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <device/pci_ops.h> #include <pc80/vga.h> #include <pc80/vga_io.h> diff --git a/src/drivers/net/ne2k.c b/src/drivers/net/ne2k.c index c7b53e4e7b..35d45ea624 100644 --- a/src/drivers/net/ne2k.c +++ b/src/drivers/net/ne2k.c @@ -31,7 +31,6 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02 #include <console/ne2k.h> #include <device/device.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <device/pci_ops.h> #include <stdlib.h> #include <ip_checksum.h> diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c index 2f40c3f863..72ac68bf4e 100644 --- a/src/drivers/uart/oxpcie.c +++ b/src/drivers/uart/oxpcie.c @@ -16,7 +16,6 @@ #include <device/device.h> #include <device/pci_def.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <console/console.h> #include <console/uart.h> #include <device/mmio.h> |