mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
67a9abe914
commit
335143c766
1 changed files with 2 additions and 0 deletions
|
@ -612,6 +612,8 @@ struct fb_videomode {
|
|||
u32 flag;
|
||||
};
|
||||
|
||||
int board_video_skip(void);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
#endif /* _LINUX_FB_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue