From 3eb992a481157a954e7c436faa7eeae757767621 Mon Sep 17 00:00:00 2001 From: Liviu Dudau Date: Mon, 17 Sep 2018 17:46:07 +0100 Subject: [PATCH] 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 --- include/dm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/dm.h b/include/dm.h index bf4b07d..2e1afda 100644 --- a/include/dm.h +++ b/include/dm.h @@ -6,7 +6,6 @@ #ifndef _DM_H_ #define _DM_H_ -#include #include #include #include