diff mbox series

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

Message ID 20240501024316.1767971-11-trini@konsulko.com
State Accepted
Commit ae1b69e86adf106e0606780ef8f00e128d25b22d
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:40 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: Tony Dinh <mibodhi@gmail.com>
Cc: Evgeni Dobrev <evgeni@studio-punkt.com>
---
 board/Seagate/dockstar/dockstar.c     | 1 -
 board/Seagate/goflexhome/goflexhome.c | 1 -
 board/Seagate/nas220/nas220.c         | 1 -
 3 files changed, 3 deletions(-)

Comments

Tony Dinh May 1, 2024, 8:21 p.m. UTC | #1
On Tue, Apr 30, 2024 at 7:43 PM Tom Rini <trini@konsulko.com> wrote:
>
> 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: Tony Dinh <mibodhi@gmail.com>
> Cc: Evgeni Dobrev <evgeni@studio-punkt.com>

Reviewed-by: Tony Dinh <mibodhi@gmail.com>

> ---
>  board/Seagate/dockstar/dockstar.c     | 1 -
>  board/Seagate/goflexhome/goflexhome.c | 1 -
>  board/Seagate/nas220/nas220.c         | 1 -
>  3 files changed, 3 deletions(-)
>
> diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c
> index d72e3ef24ee6..e6ec00a9c6cc 100644
> --- a/board/Seagate/dockstar/dockstar.c
> +++ b/board/Seagate/dockstar/dockstar.c
> @@ -9,7 +9,6 @@
>   * Marvell Semiconductor <www.marvell.com>
>   */
>
> -#include <common.h>
>  #include <bootstage.h>
>  #include <init.h>
>  #include <netdev.h>
> diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c
> index caea89c10e07..b2d0ad8c3f22 100644
> --- a/board/Seagate/goflexhome/goflexhome.c
> +++ b/board/Seagate/goflexhome/goflexhome.c
> @@ -12,7 +12,6 @@
>   * Marvell Semiconductor <www.marvell.com>
>   */
>
> -#include <common.h>
>  #include <bootstage.h>
>  #include <init.h>
>  #include <netdev.h>
> diff --git a/board/Seagate/nas220/nas220.c b/board/Seagate/nas220/nas220.c
> index cd2bbdad1cd6..fa7553250d1c 100644
> --- a/board/Seagate/nas220/nas220.c
> +++ b/board/Seagate/nas220/nas220.c
> @@ -8,7 +8,6 @@
>   * Marvell Semiconductor <www.marvell.com>
>   */
>
> -#include <common.h>
>  #include <init.h>
>  #include <miiphy.h>
>  #include <net.h>
> --
> 2.34.1
>
diff mbox series

Patch

diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c
index d72e3ef24ee6..e6ec00a9c6cc 100644
--- a/board/Seagate/dockstar/dockstar.c
+++ b/board/Seagate/dockstar/dockstar.c
@@ -9,7 +9,6 @@ 
  * Marvell Semiconductor <www.marvell.com>
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <init.h>
 #include <netdev.h>
diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c
index caea89c10e07..b2d0ad8c3f22 100644
--- a/board/Seagate/goflexhome/goflexhome.c
+++ b/board/Seagate/goflexhome/goflexhome.c
@@ -12,7 +12,6 @@ 
  * Marvell Semiconductor <www.marvell.com>
  */
 
-#include <common.h>
 #include <bootstage.h>
 #include <init.h>
 #include <netdev.h>
diff --git a/board/Seagate/nas220/nas220.c b/board/Seagate/nas220/nas220.c
index cd2bbdad1cd6..fa7553250d1c 100644
--- a/board/Seagate/nas220/nas220.c
+++ b/board/Seagate/nas220/nas220.c
@@ -8,7 +8,6 @@ 
  * Marvell Semiconductor <www.marvell.com>
  */
 
-#include <common.h>
 #include <init.h>
 #include <miiphy.h>
 #include <net.h>