[U-Boot] [PATCH 21/30] liebherr: Drop duplicate dm.h inclusion

Simon Glass sjg at chromium.org
Sun Oct 27 15:54:01 UTC 2019


We only need to include this header once. Drop the duplicate.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 board/liebherr/display5/display5.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/liebherr/display5/display5.c b/board/liebherr/display5/display5.c
index 85ca777c1d..14bae67886 100644
--- a/board/liebherr/display5/display5.c
+++ b/board/liebherr/display5/display5.c
@@ -23,7 +23,6 @@
 #include <netdev.h>
 #include <i2c.h>
 
-#include <dm.h>
 #include <dm/platform_data/serial_mxc.h>
 #include <dm/platdata.h>
 
-- 
2.24.0.rc0.303.g954a862665-goog



More information about the U-Boot mailing list