X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fstdio_dev.h;h=23e0ee15f280d1dba02fbe99e61915606d97866b;hb=f16da7466fc46109ba8922069cef521eb068f9a2;hp=82ad463c10af3d8930df77f7f8d82ee5c70c4a5d;hpb=cdc51c294ad33879c4e57edf4c9d2155381b1d59;p=u-boot diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 82ad463c10..23e0ee15f2 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -105,9 +105,6 @@ int drv_arm_dcc_init(void); #ifdef CONFIG_LCD int drv_lcd_init (void); #endif -#ifdef CONFIG_VFD -int drv_vfd_init (void); -#endif #if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE) int drv_video_init (void); #endif