* [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.
@ 2018-09-17 16:45 Liviu Dudau
2018-09-18 2:05 ` Simon Glass
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Liviu Dudau @ 2018-09-17 16:45 UTC (permalink / raw)
To: u-boot
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>
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.
2018-09-17 16:45 [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist Liviu Dudau
@ 2018-09-18 2:05 ` Simon Glass
2018-09-18 4:14 ` Heiko Schocher
2018-09-27 8:36 ` Anatolij Gustschin
2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2018-09-18 2:05 UTC (permalink / raw)
To: u-boot
On 17 September 2018 at 10:45, Liviu Dudau <Liviu.Dudau@foss.arm.com> wrote:
> 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>
> ---
> include/video.h | 6 ------
> 1 file changed, 6 deletions(-)
Reviewed-by: Simon Glass <sjg@chromium.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.
2018-09-17 16:45 [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist Liviu Dudau
2018-09-18 2:05 ` Simon Glass
@ 2018-09-18 4:14 ` Heiko Schocher
2018-09-27 8:36 ` Anatolij Gustschin
2 siblings, 0 replies; 4+ messages in thread
From: Heiko Schocher @ 2018-09-18 4:14 UTC (permalink / raw)
To: u-boot
Hello Liviu,
Am 17.09.2018 um 18:45 schrieb Liviu Dudau:
> 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>
> ---
> include/video.h | 6 ------
> 1 file changed, 6 deletions(-)
Reviewed-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.
2018-09-17 16:45 [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist Liviu Dudau
2018-09-18 2:05 ` Simon Glass
2018-09-18 4:14 ` Heiko Schocher
@ 2018-09-27 8:36 ` Anatolij Gustschin
2 siblings, 0 replies; 4+ messages in thread
From: Anatolij Gustschin @ 2018-09-27 8:36 UTC (permalink / raw)
To: u-boot
On Mon, 17 Sep 2018 17:45:03 +0100
Liviu Dudau Liviu.Dudau at foss.arm.com wrote:
> 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>
> ---
> include/video.h | 6 ------
> 1 file changed, 6 deletions(-)
Applied to u-boot-video/master, thanks!
--
Anatolij
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-27 8:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-17 16:45 [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist Liviu Dudau
2018-09-18 2:05 ` Simon Glass
2018-09-18 4:14 ` Heiko Schocher
2018-09-27 8:36 ` Anatolij Gustschin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox