Re: [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.

2018-09-27 Thread Anatolij Gustschin
On Mon, 17 Sep 2018 17:45:03 +0100 Liviu Dudau liviu.du...@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 > --- > include/video.h | 6 -- > 1 file changed, 6

Re: [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.

2018-09-17 Thread Heiko Schocher
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 --- include/video.h | 6 -- 1 file changed, 6 deletions(-) Reviewed-by: Heiko

Re: [U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.

2018-09-17 Thread Simon Glass
On 17 September 2018 at 10:45, Liviu Dudau wrote: > video_init, video_putc and video_puts functions are not implemented > anywhere, remove their declaration from the header. > > Signed-off-by: Liviu Dudau > --- > include/video.h | 6 -- > 1 file changed, 6 deletions(-) Reviewed-by: Simon

[U-Boot] [PATCH] include/video.h: Remove declaration of functions that don't exist.

2018-09-17 Thread 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 --- include/video.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/video.h b/include/video.h index ddc2eeb5a9..e7fc5c94e2 100644