Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-07 | include/linux/fb.h: Add a missing include for 'list.h' | Otavio Salvador | |
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> | |||
2010-10-27 | Coding Style cleanup | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2010-10-22 | Add linux framebuffer header include/linux/fb.h | Stefano Babic | |
[port of linux 2.6.34 commit 6a9ee8af344e3bd7dbd61e67037096cdf7f83289] Signed-off-by: Stefano Babic <sbabic@denx.de> |