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

Remove duplicated inclusion of dm/ofnode.h
Signed-off-by: Liviu Dudau liviu.dudau@foss.arm.com --- 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_
-#include <dm/ofnode.h> #include <dm/device.h> #include <dm/fdtaddr.h> #include <dm/ofnode.h>

On 17 September 2018 at 10:46, Liviu Dudau Liviu.Dudau@foss.arm.com wrote:
Remove duplicated inclusion of dm/ofnode.h
Signed-off-by: Liviu Dudau liviu.dudau@foss.arm.com
include/dm.h | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

Hello Liviu,
Am 17.09.2018 um 18:46 schrieb Liviu Dudau:
Remove duplicated inclusion of dm/ofnode.h
Signed-off-by: Liviu Dudau liviu.dudau@foss.arm.com
include/dm.h | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Heiko Schocher hs@denx.de
bye, Heiko

On 17 September 2018 at 21:15, Heiko Schocher hs@denx.de 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 liviu.dudau@foss.arm.com
include/dm.h | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Heiko Schocher hs@denx.de
Applied to u-boot-dm, and now in mainline, thanks!
participants (3)
-
Heiko Schocher
-
Liviu Dudau
-
Simon Glass