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

Liviu Dudau Liviu.Dudau at foss.arm.com
Mon Sep 17 16:46:07 UTC 2018


Remove duplicated inclusion of dm/ofnode.h

Signed-off-by: Liviu Dudau <liviu.dudau at 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>
-- 
2.18.0



More information about the U-Boot mailing list