diff mbox series

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

Message ID 20240501024316.1767971-48-trini@konsulko.com
State Accepted
Commit 2559e387084b9729154c990bc595fbfc7acbaf97
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: Adam Ford <aford173@gmail.com>
---
 board/davinci/da8xxevm/da850evm.c      | 2 +-
 board/davinci/da8xxevm/omapl138_lcdk.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Adam Ford May 1, 2024, 9:23 a.m. UTC | #1
On Tue, Apr 30, 2024 at 9:44 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>

Acked-by:  Adam Ford <aford173@gmail.com>

> ---
> Cc: Adam Ford <aford173@gmail.com>
> ---
>  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 <ksi@koi8.net>
>   */
>
> -#include <common.h>
> +#include <config.h>
>  #include <dm.h>
>  #include <env.h>
>  #include <i2c.h>
> 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 <ksi@koi8.net>
>   */
>
> -#include <common.h>
> +#include <config.h>
>  #include <env.h>
>  #include <i2c.h>
>  #include <init.h>
> --
> 2.34.1
>
diff mbox series

Patch

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 <ksi@koi8.net>
  */
 
-#include <common.h>
+#include <config.h>
 #include <dm.h>
 #include <env.h>
 #include <i2c.h>
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 <ksi@koi8.net>
  */
 
-#include <common.h>
+#include <config.h>
 #include <env.h>
 #include <i2c.h>
 #include <init.h>