projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67a9abe
)
fb: Add a prototype for board_video_skip()
author
Fabio Estevam
<fabio.estevam@freescale.com>
Sat, 15 Feb 2014 16:52:02 +0000
(14:52 -0200)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 5 Mar 2014 11:23:48 +0000
(12:23 +0100)
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>
include/linux/fb.h
patch
|
blob
|
history
diff --git
a/include/linux/fb.h
b/include/linux/fb.h
index 111372c9fd08f9d0817a84e95fdae9b84fcda208..652cf3bab707fbf952f597489cfb516031ef59c8 100644
(file)
--- a/
include/linux/fb.h
+++ b/
include/linux/fb.h
@@
-612,6
+612,8
@@
struct fb_videomode {
u32 flag;
};
+int board_video_skip(void);
+
#endif /* __KERNEL__ */
#endif /* _LINUX_FB_H */