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

2012-05-24 Thread Anatolij Gustschin
On Fri, 27 Apr 2012 16:37:57 +0200 Anatolij Gustschin wrote: > There is no such function in the code, so remove this prorotype. > > Signed-off-by: Anatolij Gustschin > --- > include/video.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Applied to u-boot-video/master. __

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

2012-04-27 Thread Anatolij Gustschin
There is no such function in the code, so remove this prorotype. Signed-off-by: Anatolij Gustschin --- 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/vide