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

Otavio Salvador otavio at ossystems.com.br
Sat Sep 28 05:24:14 CEST 2013


Signed-off-by: Otavio Salvador <otavio at 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
 
 #include <linux/types.h>
+#include <linux/list.h>
 
 /* Definitions of frame buffers						*/
 
-- 
1.8.4.rc3



More information about the U-Boot mailing list