From: Masahiro Yamada Date: Tue, 7 Oct 2014 05:48:22 +0000 (+0900) Subject: linker_lists: include X-Git-Tag: KARO-TXA5-2015-06-26~525^2~61 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=dc7cb46f9707d27c9a9d66684c391062ccf8773f;ds=sidebyside linker_lists: include The header file include/linker_lists.h uses __aligned(); therefore it depends on include/linux/compiler.h Signed-off-by: Masahiro Yamada Acked-by: Simon Glass --- diff --git a/include/linker_lists.h b/include/linker_lists.h index 507d61ba9a..046ac907d2 100644 --- a/include/linker_lists.h +++ b/include/linker_lists.h @@ -11,6 +11,8 @@ #ifndef __LINKER_LISTS_H__ #define __LINKER_LISTS_H__ +#include + /* * 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.