aboutsummaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-24 12:58:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:42:40 +0000
commite83c56ae46fd8204b8f39b6637f3ae21a6db0646 (patch)
tree38f26b06120fbc398fcbeb00cba2b166f72dc27e /src/security
parent0c154af2175fcb05bffa4ccad11c40366f5417e7 (diff)
src: Remove unused 'include <fmap.h>'
Change-Id: I79eea0a00c2de54f82b372229381534707a295bb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41681 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/vboot/vboot_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/vboot_common.c b/src/security/vboot/vboot_common.c
index 30a2c2f668..1cddeeb5f3 100644
--- a/src/security/vboot/vboot_common.c
+++ b/src/security/vboot/vboot_common.c
@@ -3,7 +3,6 @@
#include <boot_device.h>
#include <cbmem.h>
#include <console/cbmem_console.h>
-#include <fmap.h>
#include <reset.h>
#include <security/vboot/misc.h>
#include <security/vboot/vboot_common.h>