diff mbox series

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

Message ID 20191027155410.187957-21-sjg@chromium.org
State Superseded
Delegated to: Tom Rini
Headers show
Series [U-Boot,01/30] lib: Allow crc32 to be disabled. | expand

Commit Message

Simon Glass Oct. 27, 2019, 3:54 p.m. UTC
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(-)

Comments

Lukasz Majewski Nov. 1, 2019, 10:45 p.m. UTC | #1
On Sun, 27 Oct 2019 09:54:01 -0600
Simon Glass <sjg@chromium.org> wrote:

> 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>
>  

Thanks Simon for spotting it.

Acked-by: Lukasz Majewski <lukma@denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de
diff mbox series

Patch

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>