From 42c23dd2aafea0a1de7b8acbe1d2515eb25fee73 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 7 Oct 2014 14:49:13 +0900 Subject: dm: include from platdata.h and uclass.h The header files include/dm/platdata.h and include/dm/uclass.h use ll_entry_declare(); therefore they depend on include/linker_lists.h. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- include/dm/uclass.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/dm/uclass.h') diff --git a/include/dm/uclass.h b/include/dm/uclass.h index 8d09ecf..f6ec6d7 100644 --- a/include/dm/uclass.h +++ b/include/dm/uclass.h @@ -11,6 +11,7 @@ #define _DM_UCLASS_H #include +#include #include /** -- cgit v1.1