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/device | |
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/device')
-rw-r--r-- | src/device/azalia_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/azalia_device.c b/src/device/azalia_device.c index a2849b773a..9727eb61ca 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_ops.h> #include <device/azalia_device.h> #include <device/mmio.h> #include <delay.h> |