diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-06-16 11:15:29 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-15 20:38:45 +0000 |
commit | 02381a2ca0585bc0b68fc7567cad4c87d6050b75 (patch) | |
tree | 89d98a124a1893e8c06568816b85267ff0d13f4d /src/drivers/aspeed | |
parent | 4655d041cda597fa75fdfca835a51f3fa55ea988 (diff) |
{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>
Diffstat (limited to 'src/drivers/aspeed')
-rw-r--r-- | src/drivers/aspeed/ast2050/ast2050.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/aspeed/ast2050/ast2050.c b/src/drivers/aspeed/ast2050/ast2050.c index 21af5c7c80..59659b8974 100644 --- a/src/drivers/aspeed/ast2050/ast2050.c +++ b/src/drivers/aspeed/ast2050/ast2050.c @@ -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" |