aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-23 11:40:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-15 20:42:15 +0000
commit087504f142dd9073eb2251810e0e02284371854f (patch)
tree94828ad625b9bf8dcdf319d72ac437ee647eccbe /src
parent1cd8703b3f78a3e0cac75861a6858a8180e22970 (diff)
src/security: Remove unused #include <fmap.h>
Change-Id: I9db59d5db2ed3e792251a94b67fb277d9160e4e8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33734 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/security/tpm/tspi/log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/tpm/tspi/log.c b/src/security/tpm/tspi/log.c
index 99e6a434fc..9986d9a7c5 100644
--- a/src/security/tpm/tspi/log.c
+++ b/src/security/tpm/tspi/log.c
@@ -16,7 +16,6 @@
#include <console/console.h>
#include <security/tpm/tspi.h>
#include <arch/early_variables.h>
-#include <fmap.h>
#include <region_file.h>
#include <string.h>
#include <security/vboot/symbols.h>