summaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-11 20:36:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-18 07:39:17 +0000
commit5dd76fd4cc9028f6fc3ab973dda4719abe54da39 (patch)
treef2f930c08ccd2bb269bd4351688f1fdf2affdc8f /src/security
parent82fb12ccec969a2bcc75c930aaa6d903322fefe4 (diff)
downloadcoreboot-5dd76fd4cc9028f6fc3ab973dda4719abe54da39.tar.xz
src: Remove unused 'include <lib.h>'
Change-Id: Iad5540e791075270453a136a058823c28647f93a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41245 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com>
Diffstat (limited to 'src/security')
-rw-r--r--src/security/intel/stm/StmPlatformSmm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/intel/stm/StmPlatformSmm.c b/src/security/intel/stm/StmPlatformSmm.c
index 1f57b50f6d..1d21bf7af2 100644
--- a/src/security/intel/stm/StmPlatformSmm.c
+++ b/src/security/intel/stm/StmPlatformSmm.c
@@ -9,7 +9,6 @@
#include <cbfs.h>
#include <console/console.h>
-#include <lib.h>
#include <stdint.h>
#include <arch/rom_segs.h>