projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf8650
)
include/dm.h: Remove duplicated include directive
author
Liviu Dudau
<Liviu.Dudau@foss.arm.com>
Mon, 17 Sep 2018 16:46:07 +0000
(17:46 +0100)
committer
Simon Glass
<sjg@chromium.org>
Sat, 29 Sep 2018 17:49:35 +0000
(11:49 -0600)
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>
include/dm.h
patch
|
blob
|
history
diff --git
a/include/dm.h
b/include/dm.h
index bf4b07d28fe7c020e9d42fa375556ee5e55c765d..2e1afda440207b637c97a2d535acc48a0b30a55b 100644
(file)
--- 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>