diff mbox

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

Message ID 1380338659-7896-3-git-send-email-otavio@ossystems.com.br
State Superseded
Headers show

Commit Message

Otavio Salvador Sept. 28, 2013, 3:24 a.m. UTC
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 include/linux/fb.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam Sept. 28, 2013, 4:46 p.m. UTC | #1
On Sat, Sep 28, 2013 at 12:24 AM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> Signed-off-by: Otavio Salvador <otavio@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.
diff mbox

Patch

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
 
 #include <linux/types.h>
+#include <linux/list.h>
 
 /* Definitions of frame buffers						*/