Re: [U-Boot] [PATCH 3/7] include/linux/fb.h: Add a missing include for 'list.h'

2013-09-28 Thread Fabio Estevam
On Sat, Sep 28, 2013 at 12:24 AM, Otavio Salvador ota...@ossystems.com.br wrote: Signed-off-by: Otavio Salvador ota...@ossystems.com.br Please provide a commit log and explain which function from list.h is needed and/or what is the build error you get without this header.

[U-Boot] [PATCH 3/7] include/linux/fb.h: Add a missing include for 'list.h'

2013-09-27 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- include/linux/fb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/fb.h b/include/linux/fb.h index 3858f8f..111372c 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -2,6 +2,7 @@ #define _LINUX_FB_H