summaryrefslogtreecommitdiffstats
path: root/include/linux/fb.h
Commit message (Collapse)AuthorAgeFilesLines
* fb: Add a prototype for board_video_skip()Fabio Estevam2014-03-051-0/+2
| | | | | | | | | | 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: Add a missing include for 'list.h'Otavio Salvador2013-10-071-0/+1
| | | | | | | | | | | | | | | | | The modelist data uses the list definition but the 'list.h' header were not being included. The build failure is bellow: ,---- | In file included from yyyy.c:16:0: | .../u-boot/include/linux/fb.h:503:19: error: field 'modelist' has incomplete type | struct list_head modelist; /* mode list */ | ^ | make[1]: *** [yyyy.o] Error 1 | make[1]: Leaving directory `.../u-boot/board/xxx/yyyy' | make: *** [board/xxx/yyyy/libyyyy.o] Error 2 `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Coding Style cleanupWolfgang Denk2010-10-271-60/+60
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Add linux framebuffer header include/linux/fb.hStefano Babic2010-10-221-0/+616
[port of linux 2.6.34 commit 6a9ee8af344e3bd7dbd61e67037096cdf7f83289] Signed-off-by: Stefano Babic <sbabic@denx.de>
OpenPOWER on IntegriCloud