aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-16 11:08:25 +0200
committerMartin Roth <martinroth@google.com>2019-07-12 17:10:56 +0000
commit276d46ac05b59c1c4536cbce20808d0a96f7fea5 (patch)
tree28efb9efa2f16545634bc3e8a8c6926c9eec7f65 /src/cpu/amd
parent56352e1f8055c3495c71e1856f0d26923be44ed0 (diff)
src: Add missing include <device/pci_ops.h>
Change-Id: Iae73fc1557fb310dacbbf8bc486dc3cc5249d9e7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33526 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r--src/cpu/amd/family_10h-family_15h/fidvid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/amd/family_10h-family_15h/fidvid.c b/src/cpu/amd/family_10h-family_15h/fidvid.c
index 2c6e08cf0a..c5d523a74c 100644
--- a/src/cpu/amd/family_10h-family_15h/fidvid.c
+++ b/src/cpu/amd/family_10h-family_15h/fidvid.c
@@ -91,6 +91,7 @@ b.- prep_fid_change(...)
#include <console/console.h>
#include <cpu/amd/msr.h>
+#include <device/pci_ops.h>
#include <inttypes.h>
#include <northbridge/amd/amdht/AsPsDefs.h>