summaryrefslogtreecommitdiffstats
path: root/src/lib/edid_fill_fb.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:25:18 +0100
committerMartin L Roth <martinroth@google.com>2022-04-24 17:44:24 +0000
commitf4fc15152ccd5840ca197ac5a9d9def740167ab2 (patch)
tree7ff78100daa03dc2556ca9cacf9b4b7ee6e204bc /src/lib/edid_fill_fb.c
parent93a195c80f92d1c7b010953de6cc9836cbbb5a4f (diff)
downloadcoreboot-f4fc15152ccd5840ca197ac5a9d9def740167ab2.tar.gz
coreboot-f4fc15152ccd5840ca197ac5a9d9def740167ab2.tar.bz2
coreboot-f4fc15152ccd5840ca197ac5a9d9def740167ab2.zip
lib/edid_fill_fb.c: Remove unused <bootsplash.h>
Change-Id: I9fb22ff647f824872dc35648bb4b5078f0cbde96 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <martinroth@google.com>
Diffstat (limited to 'src/lib/edid_fill_fb.c')
-rw-r--r--src/lib/edid_fill_fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/edid_fill_fb.c b/src/lib/edid_fill_fb.c
index 7e8aa9518096..1df37e80726b 100644
--- a/src/lib/edid_fill_fb.c
+++ b/src/lib/edid_fill_fb.c
@@ -6,7 +6,6 @@
#include <framebuffer_info.h>
#include <string.h>
#include <stdlib.h>
-#include <bootsplash.h>
#include <list.h>
struct fb_info {