diff options
author | Liviu Dudau <Liviu.Dudau@foss.arm.com> | 2018-09-17 17:46:07 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-09-29 11:49:35 -0600 |
commit | 3eb992a481157a954e7c436faa7eeae757767621 (patch) | |
tree | 2e2715b5d0bf1048eaafa51c2547e9d2861a683f /include/dm.h | |
parent | 9bf86506777d02141b76249413534856162aad6a (diff) | |
download | u-boot-3eb992a481157a954e7c436faa7eeae757767621.tar.gz u-boot-3eb992a481157a954e7c436faa7eeae757767621.tar.bz2 u-boot-3eb992a481157a954e7c436faa7eeae757767621.zip |
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>
Diffstat (limited to 'include/dm.h')
-rw-r--r-- | include/dm.h | 1 |
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> |