Re: [U-Boot] [PATCH] dm: fix include guard

2014-10-09 Thread Simon Glass
On 7 October 2014 22:14, Simon Glass wrote: > On 6 October 2014 23:49, Masahiro Yamada wrote: >> Signed-off-by: Masahiro Yamada > > Acked-by: Simon Glass Applied to u-boot-dm/next, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.den

Re: [U-Boot] [PATCH] dm: fix include guard

2014-10-07 Thread Simon Glass
On 6 October 2014 23:49, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] dm: fix include guard

2014-10-06 Thread Masahiro Yamada
Signed-off-by: Masahiro Yamada --- include/dm/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dm/util.h b/include/dm/util.h index 8be64a9..6ac3a38 100644 --- a/include/dm/util.h +++ b/include/dm/util.h @@ -5,6 +5,7 @@ */ #ifndef __DM_UTIL_H +#define __DM_UTIL_H void dm