Re: [PATCH 048/149] board: davinci: Remove and add needed includes

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

Acked-by:  Adam Ford 

> ---
> Cc: Adam Ford 
> ---
>  board/davinci/da8xxevm/da850evm.c  | 2 +-
>  board/davinci/da8xxevm/omapl138_lcdk.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/davinci/da8xxevm/da850evm.c 
> b/board/davinci/da8xxevm/da850evm.c
> index 05053a87a5a9..0011c8285237 100644
> --- a/board/davinci/da8xxevm/da850evm.c
> +++ b/board/davinci/da8xxevm/da850evm.c
> @@ -8,7 +8,7 @@
>   * Copyright (C) 2007 Sergey Kubushyn 
>   */
>
> -#include 
> +#include 
>  #include 
>  #include 
>  #include 
> diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c 
> b/board/davinci/da8xxevm/omapl138_lcdk.c
> index 9738e2bd9c77..607e05ad9ae4 100644
> --- a/board/davinci/da8xxevm/omapl138_lcdk.c
> +++ b/board/davinci/da8xxevm/omapl138_lcdk.c
> @@ -8,7 +8,7 @@
>   * Copyright (C) 2007 Sergey Kubushyn 
>   */
>
> -#include 
> +#include 
>  #include 
>  #include 
>  #include 
> --
> 2.34.1
>


[PATCH 048/149] board: davinci: 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: Adam Ford 
---
 board/davinci/da8xxevm/da850evm.c  | 2 +-
 board/davinci/da8xxevm/omapl138_lcdk.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/davinci/da8xxevm/da850evm.c 
b/board/davinci/da8xxevm/da850evm.c
index 05053a87a5a9..0011c8285237 100644
--- a/board/davinci/da8xxevm/da850evm.c
+++ b/board/davinci/da8xxevm/da850evm.c
@@ -8,7 +8,7 @@
  * Copyright (C) 2007 Sergey Kubushyn 
  */
 
-#include 
+#include 
 #include 
 #include 
 #include 
diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c 
b/board/davinci/da8xxevm/omapl138_lcdk.c
index 9738e2bd9c77..607e05ad9ae4 100644
--- a/board/davinci/da8xxevm/omapl138_lcdk.c
+++ b/board/davinci/da8xxevm/omapl138_lcdk.c
@@ -8,7 +8,7 @@
  * Copyright (C) 2007 Sergey Kubushyn 
  */
 
-#include 
+#include 
 #include 
 #include 
 #include 
-- 
2.34.1