
27 Oct
2019
27 Oct
'19
4:54 p.m.
We only need to include this header once. Drop the duplicate.
Signed-off-by: Simon Glass sjg@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