From f4fc15152ccd5840ca197ac5a9d9def740167ab2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 12 Jan 2022 21:25:18 +0100 Subject: [PATCH] lib/edid_fill_fb.c: Remove unused Change-Id: I9fb22ff647f824872dc35648bb4b5078f0cbde96 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61057 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/lib/edid_fill_fb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/edid_fill_fb.c b/src/lib/edid_fill_fb.c index 7e8aa95180..1df37e8072 100644 --- a/src/lib/edid_fill_fb.c +++ b/src/lib/edid_fill_fb.c @@ -6,7 +6,6 @@ #include #include #include -#include #include struct fb_info {