fb: Add a prototype for board_video_skip()
[platform/kernel/u-boot.git] / include / linux / fb.h
index 111372c..652cf3b 100644 (file)
@@ -612,6 +612,8 @@ struct fb_videomode {
        u32 flag;
 };
 
+int board_video_skip(void);
+
 #endif /* __KERNEL__ */
 
 #endif /* _LINUX_FB_H */