Re: [PATCH 075/149] board: iomega: Remove and add needed includes

2024-05-01 Thread Tony Dinh
On Tue, Apr 30, 2024 at 7:44 PM Tom Rini  wrote:
>
> Remove  from this board vendor directory and when needed
> add missing include files directly.
>
> Signed-off-by: Tom Rini 
> ---
> Cc: Tony Dinh 
> Cc: Luka Perkov 

Reviewed-by: Tony Dinh 

> ---
>  board/iomega/iconnect/iconnect.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/board/iomega/iconnect/iconnect.c 
> b/board/iomega/iconnect/iconnect.c
> index 038716020019..00b08987e9e8 100644
> --- a/board/iomega/iconnect/iconnect.c
> +++ b/board/iomega/iconnect/iconnect.c
> @@ -6,7 +6,6 @@
>   * Luka Perkov 
>   */
>
> -#include 
>  #include 
>  #include 
>  #include 
> --
> 2.34.1
>


[PATCH 075/149] board: iomega: Remove and add needed includes

2024-04-30 Thread Tom Rini
Remove  from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini 
---
Cc: Tony Dinh 
Cc: Luka Perkov 
---
 board/iomega/iconnect/iconnect.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/board/iomega/iconnect/iconnect.c b/board/iomega/iconnect/iconnect.c
index 038716020019..00b08987e9e8 100644
--- a/board/iomega/iconnect/iconnect.c
+++ b/board/iomega/iconnect/iconnect.c
@@ -6,7 +6,6 @@
  * Luka Perkov 
  */
 
-#include 
 #include 
 #include 
 #include 
-- 
2.34.1