summaryrefslogtreecommitdiff
path: root/include/video.h
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>2018-09-17 17:45:03 +0100
committerAnatolij Gustschin <agust@denx.de>2018-09-28 18:28:10 +0200
commitcc0dae08c69a0a2a1772d8358e20020d2829910a (patch)
treea1637a893c67e027e7ba3587a45155e8a31d49ee /include/video.h
parent47b11c814ed75af32e4c1fe30d1f641080700c13 (diff)
include/video.h: Remove declaration of functions that don't exist.
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>
Diffstat (limited to 'include/video.h')
-rw-r--r--include/video.h6
1 files changed, 0 insertions, 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
*