Re: [U-Boot] [PATCH] include/dm.h: Remove duplicated include directive.

2018-10-02 Thread Simon Glass
On 17 September 2018 at 21:15, Heiko Schocher wrote: > Hello Liviu, > > Am 17.09.2018 um 18:46 schrieb Liviu Dudau: >> >> Remove duplicated inclusion of dm/ofnode.h >> >> Signed-off-by: Liviu Dudau >> --- >> include/dm.h | 1 - >> 1 file changed, 1 deletion(-) > > > Reviewed-by: Heiko Schocher

Re: [U-Boot] [PATCH] include/dm.h: Remove duplicated include directive.

2018-09-17 Thread Heiko Schocher
Hello Liviu, Am 17.09.2018 um 18:46 schrieb Liviu Dudau: Remove duplicated inclusion of dm/ofnode.h Signed-off-by: Liviu Dudau --- include/dm.h | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Heiko Schocher bye, Heiko -- DENX Software Engineering GmbH, Managing Director: Wolfgang

Re: [U-Boot] [PATCH] include/dm.h: Remove duplicated include directive.

2018-09-17 Thread Simon Glass
On 17 September 2018 at 10:46, Liviu Dudau wrote: > Remove duplicated inclusion of dm/ofnode.h > > Signed-off-by: Liviu Dudau > --- > include/dm.h | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.de

[U-Boot] [PATCH] include/dm.h: Remove duplicated include directive.

2018-09-17 Thread Liviu Dudau
Remove duplicated inclusion of dm/ofnode.h Signed-off-by: Liviu Dudau --- include/dm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dm.h b/include/dm.h index bf4b07d28f..2e1afda440 100644 --- a/include/dm.h +++ b/include/dm.h @@ -6,7 +6,6 @@ #ifndef _DM_H_ #define _DM_H_ -#incl