summaryrefslogtreecommitdiff
path: root/src/drivers/spi/spi_flash.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-26 18:41:47 +0200
committerMartin Roth <martinroth@google.com>2019-10-27 17:48:30 +0000
commit0edf6a59f8b5ad5dd6911078f349357fd36625ab (patch)
tree436b2f2f637a03a79618fd0563e5157088d4df9a /src/drivers/spi/spi_flash.c
parent7385b656c24bf62461ac57e6d75c503925315083 (diff)
downloadcoreboot-0edf6a59f8b5ad5dd6911078f349357fd36625ab.tar.xz
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Change-Id: I3d90e46ed391ce323436750c866a0afc3879e2e6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36359 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/spi/spi_flash.c')
-rw-r--r--src/drivers/spi/spi_flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/spi/spi_flash.c b/src/drivers/spi/spi_flash.c
index cdaa5b3557..88867fd54c 100644
--- a/src/drivers/spi/spi_flash.c
+++ b/src/drivers/spi/spi_flash.c
@@ -15,6 +15,7 @@
#include <arch/early_variables.h>
#include <assert.h>
#include <boot_device.h>
+#include <boot/coreboot_tables.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <stdlib.h>