Merge remote-tracking branch 'u-boot-atmel/master'
[platform/kernel/u-boot.git] / include / video.h
index efcc682..9519cea 100644 (file)
@@ -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