diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-12 21:25:18 +0100 |
---|---|---|
committer | Martin L Roth <martinroth@google.com> | 2022-04-24 17:44:24 +0000 |
commit | f4fc15152ccd5840ca197ac5a9d9def740167ab2 (patch) | |
tree | 7ff78100daa03dc2556ca9cacf9b4b7ee6e204bc | |
parent | 93a195c80f92d1c7b010953de6cc9836cbbb5a4f (diff) |
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>
-rw-r--r-- | src/lib/edid_fill_fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <framebuffer_info.h> #include <string.h> #include <stdlib.h> -#include <bootsplash.h> #include <list.h> struct fb_info { |