diff mbox series

[071/149] board: hoperun: Remove <common.h> and add needed includes

Message ID 20240501024316.1767971-71-trini@konsulko.com
State Accepted
Commit 5c1b46f98e02de47eeba0eab29f57a5341d04941
Delegated to: Tom Rini
Headers show
Series [001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> | expand

Commit Message

Tom Rini May 1, 2024, 2:41 a.m. UTC
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Cc: Biju Das <biju.das.jz@bp.renesas.com>
---
 board/hoperun/hihope-rzg2/hihope-rzg2.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Biju Das May 1, 2024, 6:29 a.m. UTC | #1
Hi Tom,

> Subject: [PATCH 071/149] board: hoperun: Remove <common.h> and add needed includes
> 
> Remove <common.h> from this board vendor directory and when needed add missing include files
> directly.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>

> ---
> Cc: Biju Das <biju.das.jz@bp.renesas.com>
> ---
>  board/hoperun/hihope-rzg2/hihope-rzg2.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/board/hoperun/hihope-rzg2/hihope-rzg2.c b/board/hoperun/hihope-rzg2/hihope-rzg2.c
> index 68d3d300dc40..0966e257464a 100644
> --- a/board/hoperun/hihope-rzg2/hihope-rzg2.c
> +++ b/board/hoperun/hihope-rzg2/hihope-rzg2.c
> @@ -6,7 +6,6 @@
>   * Copyright (C) 2021 Renesas Electronics Corporation
>   */
> 
> -#include <common.h>
>  #include <asm/global_data.h>
>  #include <asm/io.h>
>  #include <asm/processor.h>
> --
> 2.34.1
diff mbox series

Patch

diff --git a/board/hoperun/hihope-rzg2/hihope-rzg2.c b/board/hoperun/hihope-rzg2/hihope-rzg2.c
index 68d3d300dc40..0966e257464a 100644
--- a/board/hoperun/hihope-rzg2/hihope-rzg2.c
+++ b/board/hoperun/hihope-rzg2/hihope-rzg2.c
@@ -6,7 +6,6 @@ 
  * Copyright (C) 2021 Renesas Electronics Corporation
  */
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/processor.h>