diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-06-16 11:50:38 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-15 20:39:59 +0000 |
commit | deda9c0f8aaad505a67763a268d61fb17105adae (patch) | |
tree | de3dcfcaf281a8a25347269fc497d9e406741585 /src/northbridge/amd | |
parent | 02381a2ca0585bc0b68fc7567cad4c87d6050b75 (diff) | |
download | coreboot-deda9c0f8aaad505a67763a268d61fb17105adae.tar.xz |
northbridge: Remove unused include <device/pci_ops.h>
Change-Id: Ib60305948ac1d3464586fe69501bd28eecb761ee
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33529
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/pi/00730F01/iommu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/amd/pi/00730F01/iommu.c b/src/northbridge/amd/pi/00730F01/iommu.c index 1ff4cfbbc9..5ff631c405 100644 --- a/src/northbridge/amd/pi/00730F01/iommu.c +++ b/src/northbridge/amd/pi/00730F01/iommu.c @@ -16,7 +16,6 @@ #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <device/pci_ops.h> #include <lib.h> static void iommu_read_resources(struct device *dev) |