[U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.
Liviu Dudau
Liviu.Dudau at foss.arm.com
Mon Sep 17 16:45:03 UTC 2018
video_init, video_putc and video_puts functions are not implemented
anywhere, remove their declaration from the header.
Signed-off-by: Liviu Dudau <liviu.dudau at foss.arm.com>
---
include/video.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/video.h b/include/video.h
index ddc2eeb5a9..e7fc5c94e2 100644
--- a/include/video.h
+++ b/include/video.h
@@ -198,12 +198,6 @@ void video_set_default_colors(struct video_priv *priv);
/* Video functions */
-struct stdio_dev;
-
-int video_init(void *videobase);
-void video_putc(struct stdio_dev *dev, const char c);
-void video_puts(struct stdio_dev *dev, const char *s);
-
/**
* Display a BMP format bitmap on the screen
*
--
2.18.0
More information about the U-Boot
mailing list