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

2014-10-09 Thread Simon Glass
On 7 October 2014 22:14, Simon Glass s...@chromium.org wrote: On 6 October 2014 23:48, Masahiro Yamada yamad...@jp.panasonic.com wrote: The header file include/linker_lists.h uses __aligned(); therefore it depends on include/linux/compiler.h Signed-off-by: Masahiro Yamada

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

2014-10-07 Thread Simon Glass
On 6 October 2014 23:48, Masahiro Yamada yamad...@jp.panasonic.com wrote: The header file include/linker_lists.h uses __aligned(); therefore it depends on include/linux/compiler.h Signed-off-by: Masahiro Yamada yamad...@jp.panasonic.com Acked-by: Simon Glass s...@chromium.org

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

2014-10-06 Thread Masahiro Yamada
The header file include/linker_lists.h uses __aligned(); therefore it depends on include/linux/compiler.h Signed-off-by: Masahiro Yamada yamad...@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