Files
u-boot-tk1-som/include
Otavio Salvador ce0f28fa82 include/linux/fb.h: Add a missing include for 'list.h'
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>
2013-10-07 08:21:13 -04:00
..
2013-04-01 16:33:52 -04:00
2013-04-01 16:33:52 -04:00
2013-07-29 23:01:33 +02:00
2013-04-28 11:07:40 +02:00
2013-06-26 10:07:11 -04:00
2013-02-19 17:01:26 -05:00
2013-09-24 09:10:33 -04:00
2013-04-01 16:33:52 -04:00
2013-09-20 10:30:54 -04:00
2012-05-15 08:31:40 +02:00
2013-08-28 11:44:59 -04:00