From 70cc7b614f620e95edf304ee02f03f6dcf53e19c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 18 Oct 2022 07:10:26 -0600 Subject: video: Drop use of the lcd header file This file is being removed so drop remaining references to it. Signed-off-by: Simon Glass --- common/splash.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'common/splash.c') diff --git a/common/splash.c b/common/splash.c index 5206e35f74..8a55dd3847 100644 --- a/common/splash.c +++ b/common/splash.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include static struct splash_location default_splash_locations[] = { { @@ -155,8 +155,7 @@ void splash_display_banner(void) /* * Common function to show a splash image if env("splashimage") is set. - * Is used for both dm_video and lcd video stacks. For additional - * details please refer to doc/README.splashprepare. + * For additional details please refer to doc/README.splashprepare. */ #if defined(CONFIG_SPLASH_SCREEN) && defined(CONFIG_CMD_BMP) int splash_display(void) -- cgit v1.2.3