From: Liviu Dudau Date: Mon, 17 Sep 2018 16:46:07 +0000 (+0100) Subject: include/dm.h: Remove duplicated include directive X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3eb992a481157a954e7c436faa7eeae757767621;p=project%2Fbcm63xx%2Fu-boot.git include/dm.h: Remove duplicated include directive Remove duplicated inclusion of dm/ofnode.h Signed-off-by: Liviu Dudau Reviewed-by: Simon Glass Reviewed-by: Heiko Schocher Drop period at end of commit subject: Signed-off-by: Simon Glass --- 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 #include #include #include