Browse Source

include/dm.h: Remove duplicated include directive

Remove duplicated inclusion of dm/ofnode.h

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
Drop period at end of commit subject:
Signed-off-by: Simon Glass <sjg@chromium.org>
Liviu Dudau 5 years ago
parent
commit
3eb992a481
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/dm.h

+ 0 - 1
include/dm.h

@@ -6,7 +6,6 @@
 #ifndef _DM_H_
 #ifndef _DM_H_
 #define _DM_H_
 #define _DM_H_
 
 
-#include <dm/ofnode.h>
 #include <dm/device.h>
 #include <dm/device.h>
 #include <dm/fdtaddr.h>
 #include <dm/fdtaddr.h>
 #include <dm/ofnode.h>
 #include <dm/ofnode.h>