aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/facebook/monolith
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/mainboard/facebook/monolith
parent82fb12ccec969a2bcc75c930aaa6d903322fefe4 (diff)
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/mainboard/facebook/monolith')
-rw-r--r--src/mainboard/facebook/monolith/ramstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/facebook/monolith/ramstage.c b/src/mainboard/facebook/monolith/ramstage.c
index c3c51a88c1..3ad0a174ec 100644
--- a/src/mainboard/facebook/monolith/ramstage.c
+++ b/src/mainboard/facebook/monolith/ramstage.c
@@ -3,7 +3,6 @@
#include <stdint.h>
#include <console/console.h>
#include <drivers/vpd/vpd.h>
-#include <lib.h>
#include <smbios.h>
#include <soc/ramstage.h>
#include <uuid.h>