summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-02 08:58:05 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-18 12:18:18 +0000
commitec17902485dd705a6e09cf4cb6b37802190b1463 (patch)
tree304283d2c28b19369233f866128e357aad6fdff5 /src/drivers
parent0c1d2eba0da550ec751a66bacc10acf6c4865442 (diff)
downloadcoreboot-ec17902485dd705a6e09cf4cb6b37802190b1463.tar.xz
src: Remove unused 'include <lib.h>'
Change-Id: Ic09fc4ff4ee5524d89366e28d1d22900dd0c5b4d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44100 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/fsp2_0/util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp2_0/util.c b/src/drivers/intel/fsp2_0/util.c
index cfa83d7e0e..acc3f4b9b3 100644
--- a/src/drivers/intel/fsp2_0/util.c
+++ b/src/drivers/intel/fsp2_0/util.c
@@ -8,7 +8,6 @@
#include <commonlib/fsp.h>
#include <console/console.h>
#include <fsp/util.h>
-#include <lib.h>
#include <string.h>
#include <types.h>