[U-Boot] [PATCH] linker_lists: include <linux/compiler.h>

Masahiro Yamada yamada.m at jp.panasonic.com
Tue Oct 7 07:48:22 CEST 2014


The header file include/linker_lists.h uses __aligned();
therefore it depends on include/linux/compiler.h

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 include/linker_lists.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linker_lists.h b/include/linker_lists.h
index 507d61b..046ac90 100644
--- a/include/linker_lists.h
+++ b/include/linker_lists.h
@@ -11,6 +11,8 @@
 #ifndef __LINKER_LISTS_H__
 #define __LINKER_LISTS_H__
 
+#include <linux/compiler.h>
+
 /*
  * There is no use in including this from ASM files, but that happens
  * anyway, e.g. PPC kgdb.S includes command.h which incluse us.
-- 
1.9.1



More information about the U-Boot mailing list