summaryrefslogtreecommitdiff
path: root/src/soc/intel/quark
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-16 12:11:32 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-15 20:40:52 +0000
commite1f8db9adbbf6883e7083c4362f4a3f3f273b498 (patch)
treecf9b9a6bcb60782fbeb80098503a0bf12b9871bf /src/soc/intel/quark
parentdeda9c0f8aaad505a67763a268d61fb17105adae (diff)
downloadcoreboot-e1f8db9adbbf6883e7083c4362f4a3f3f273b498.tar.xz
src/soc: Remove unused include <device/pci_ops.h>
Change-Id: I80c92f744fb9a6c3788b8b9ba779deef76e58943 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33530 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/quark')
-rw-r--r--src/soc/intel/quark/include/soc/ramstage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/quark/include/soc/ramstage.h b/src/soc/intel/quark/include/soc/ramstage.h
index 56be795dcd..ada8899e9c 100644
--- a/src/soc/intel/quark/include/soc/ramstage.h
+++ b/src/soc/intel/quark/include/soc/ramstage.h
@@ -19,7 +19,6 @@
#include <arch/cpu.h>
#include <device/device.h>
-#include <device/pci_ops.h>
#include <soc/QuarkNcSocId.h>
#include "../../chip.h"