Re: [U-Boot] [PATCH] linker_lists: include

2014-10-09 Thread Simon Glass
On 7 October 2014 22:14, Simon Glass wrote: > On 6 October 2014 23:48, Masahiro Yamada wrote: >> 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 Applied to u-boot-dm/next

Re: [U-Boot] [PATCH] linker_lists: include

2014-10-07 Thread Simon Glass
On 6 October 2014 23:48, Masahiro Yamada wrote: > 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 ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH] linker_lists: include

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 --- 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