include/video.h: Remove declaration of functions that don't exist.
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>
Mon, 17 Sep 2018 16:45:03 +0000 (17:45 +0100)
committerAnatolij Gustschin <agust@denx.de>
Fri, 28 Sep 2018 16:28:10 +0000 (18:28 +0200)
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@foss.arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
include/video.h

index ddc2eeb5a95f2ae820fa24b774c7abe5eb4eeedb..e7fc5c94e2e83cbbc8cc0978bac8a22421d1c092 100644 (file)
@@ -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
  *