提交 335143c7 编写于 作者: F Fabio Estevam 提交者: Stefano Babic

fb: Add a prototype for board_video_skip()

Add a prototype for board_video_skip() in order to fix the following sparse
warning:

wandboard.c:227:5: warning: symbol 'board_video_skip' was not declared. Should it be static?

Cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
上级 67a9abe9
......@@ -612,6 +612,8 @@ struct fb_videomode {
u32 flag;
};
int board_video_skip(void);
#endif /* __KERNEL__ */
#endif /* _LINUX_FB_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册