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/cpu/amd | |
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/cpu/amd')
-rw-r--r-- | src/cpu/amd/pi/amd_late_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/pi/amd_late_init.c b/src/cpu/amd/pi/amd_late_init.c index 35ce3af46c..46144c6fbb 100644 --- a/src/cpu/amd/pi/amd_late_init.c +++ b/src/cpu/amd/pi/amd_late_init.c @@ -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> |