summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>2018-09-17 17:46:07 +0100
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:35 -0600
commit3eb992a481157a954e7c436faa7eeae757767621 (patch)
tree2e2715b5d0bf1048eaafa51c2547e9d2861a683f
parent9bf86506777d02141b76249413534856162aad6a (diff)
downloadu-boot-3eb992a481157a954e7c436faa7eeae757767621.tar.gz
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>
-rw-r--r--include/dm.h1
1 files changed, 0 insertions, 1 deletions
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>