summaryrefslogtreecommitdiffstats
path: root/src/soc
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/soc
parent56352e1f8055c3495c71e1856f0d26923be44ed0 (diff)
downloadcoreboot-276d46ac05b59c1c4536cbce20808d0a96f7fea5.tar.gz
coreboot-276d46ac05b59c1c4536cbce20808d0a96f7fea5.tar.bz2
coreboot-276d46ac05b59c1c4536cbce20808d0a96f7fea5.zip
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/soc')
-rw-r--r--src/soc/intel/quark/acpi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/quark/acpi.c b/src/soc/intel/quark/acpi.c
index 2cb5adf4f291..ffcd91f13d7c 100644
--- a/src/soc/intel/quark/acpi.c
+++ b/src/soc/intel/quark/acpi.c
@@ -16,6 +16,7 @@
*/
#include <console/console.h>
+#include <device/pci_ops.h>
#include <soc/acpi.h>
#include <soc/ramstage.h>