Re: [U-Boot] [PATCH] include/dm.h: fix inclusion guard

2014-06-21 Thread Simon Glass
On 10 June 2014 20:48, Simon Glass wrote: > On 10 June 2014 17:52, Jeroen Hofstee wrote: >> cc: Simon Glass >> Signed-off-by: Jeroen Hofstee > > Acked-by: Simon Glass Applied to u-boot-dm/master, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH] include/dm.h: fix inclusion guard

2014-06-10 Thread Simon Glass
On 10 June 2014 17:52, Jeroen Hofstee wrote: > cc: Simon Glass > Signed-off-by: Jeroen Hofstee Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] include/dm.h: fix inclusion guard

2014-06-10 Thread Jeroen Hofstee
cc: Simon Glass Signed-off-by: Jeroen Hofstee --- include/dm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dm.h b/include/dm.h index 8bbb21b..a179c8a 100644 --- a/include/dm.h +++ b/include/dm.h @@ -5,7 +5,7 @@ */ #ifndef _DM_H_ -#define _DM_H +#define _DM_H_