aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-27 20:14:59 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-16 09:50:51 +0000
commitf765d4f275197cfa791d70b2236b7273e4a70c53 (patch)
tree1465c4b68585309769d25561c4c2a6b66cae9055 /src/drivers
parente9a0130879bca97462c6184f1d368f773e00e8a0 (diff)
src: Remove unneeded include <lib.h>
Change-Id: I801849fb31fe6958e3d9510da50e2e2dd351a98d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29304 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/fsp1_0/hob.c1
-rw-r--r--src/drivers/intel/fsp1_1/fsp_gop.c1
-rw-r--r--src/drivers/intel/fsp1_1/hob.c1
-rw-r--r--src/drivers/intel/fsp2_0/hand_off_block.c1
-rw-r--r--src/drivers/intel/fsp2_0/util.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/intel/fsp1_0/hob.c b/src/drivers/intel/fsp1_0/hob.c
index 9cf6f602c7..05060d83b0 100644
--- a/src/drivers/intel/fsp1_0/hob.c
+++ b/src/drivers/intel/fsp1_0/hob.c
@@ -16,7 +16,6 @@
#include <types.h>
#include <string.h>
#include <console/console.h>
-#include <lib.h> // hexdump
#include "fsp_util.h"
diff --git a/src/drivers/intel/fsp1_1/fsp_gop.c b/src/drivers/intel/fsp1_1/fsp_gop.c
index c5aae5c183..0e22ee5bb6 100644
--- a/src/drivers/intel/fsp1_1/fsp_gop.c
+++ b/src/drivers/intel/fsp1_1/fsp_gop.c
@@ -16,7 +16,6 @@
#include <boot/coreboot_tables.h>
#include <console/console.h>
#include <fsp/util.h>
-#include <lib.h>
int fill_lb_framebuffer(struct lb_framebuffer *framebuffer)
{
diff --git a/src/drivers/intel/fsp1_1/hob.c b/src/drivers/intel/fsp1_1/hob.c
index 85d0f35f91..40881d632a 100644
--- a/src/drivers/intel/fsp1_1/hob.c
+++ b/src/drivers/intel/fsp1_1/hob.c
@@ -21,7 +21,6 @@
#include <console/console.h>
#include <fsp/util.h>
#include <ip_checksum.h>
-#include <lib.h> // hexdump
#include <string.h>
/* Compares two EFI GUIDs. Returns true of the GUIDs match, false otherwise. */
diff --git a/src/drivers/intel/fsp2_0/hand_off_block.c b/src/drivers/intel/fsp2_0/hand_off_block.c
index 4070a1fe83..a5ca52d902 100644
--- a/src/drivers/intel/fsp2_0/hand_off_block.c
+++ b/src/drivers/intel/fsp2_0/hand_off_block.c
@@ -18,7 +18,6 @@
#include <fsp/api.h>
#include <fsp/util.h>
#include <inttypes.h>
-#include <lib.h>
#include <string.h>
#define HOB_HEADER_LEN 8
diff --git a/src/drivers/intel/fsp2_0/util.c b/src/drivers/intel/fsp2_0/util.c
index 98026f3362..8c0af2eacf 100644
--- a/src/drivers/intel/fsp2_0/util.c
+++ b/src/drivers/intel/fsp2_0/util.c
@@ -16,7 +16,6 @@
#include <cf9_reset.h>
#include <console/console.h>
#include <fsp/util.h>
-#include <lib.h>
#include <string.h>
static bool looks_like_fsp_header(const uint8_t *raw_hdr)