[U-Boot] [PATCH] include/video.h: drop unused video_printf()

27 Apr
2012
27 Apr
'12
4:37 p.m.
There is no such function in the code, so remove this prorotype.
Signed-off-by: Anatolij Gustschin agust@denx.de --- include/video.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/video.h b/include/video.h index efcc682..9519cea 100644 --- a/include/video.h +++ b/include/video.h @@ -14,6 +14,5 @@ int video_init (void *videobase); void video_putc (const char c); void video_puts (const char *s); -void video_printf (const char *fmt, ...);
#endif
--
1.7.7.6

24 May
24 May
10:04 p.m.
On Fri, 27 Apr 2012 16:37:57 +0200 Anatolij Gustschin agust@denx.de wrote:
There is no such function in the code, so remove this prorotype.
Signed-off-by: Anatolij Gustschin agust@denx.de
include/video.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
Applied to u-boot-video/master.
4734
Age (days ago)
4761
Last active (days ago)
1 comments
1 participants
participants (1)
-
Anatolij Gustschin