{cpu,device,drivers}: Remove unused include <device/pci_ops.h>

Change-Id: I68da75e3afa2f66aff9961728d4a76bc3e175fce
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33527
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-06-16 11:15:29 +02:00 committed by Patrick Georgi
parent 4655d041cd
commit 02381a2ca0
4 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@
#include <bootstate.h>
#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <northbridge/amd/pi/agesawrapper.h>
#include <northbridge/amd/pi/agesawrapper_call.h>

View File

@ -16,7 +16,6 @@
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>
#include <device/azalia_device.h>
#include <device/mmio.h>
#include <delay.h>

View File

@ -20,7 +20,6 @@
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <pc80/vga.h>
#include "../common/aspeed_coreboot.h"

View File

@ -30,7 +30,6 @@
#include <stdlib.h>
#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <console/console.h>
#include <arch/acpi.h>
#include <boot/coreboot_tables.h>