[PATCH 086/149] board: logicpd: Remove <common.h> and add needed includes

Adam Ford aford173 at gmail.com
Wed May 1 11:23:50 CEST 2024


On Tue, Apr 30, 2024 at 9:44 PM Tom Rini <trini at 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 at konsulko.com>

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

> ---
> Cc: Adam Ford <aford173 at gmail.com>
> ---
>  board/logicpd/am3517evm/am3517evm.c | 1 -
>  board/logicpd/imx6/imx6logic.c      | 1 -
>  board/logicpd/omap3som/omap3logic.c | 2 +-
>  3 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517evm/am3517evm.c
> index e69a73f2af6f..e6ca31016b7c 100644
> --- a/board/logicpd/am3517evm/am3517evm.c
> +++ b/board/logicpd/am3517evm/am3517evm.c
> @@ -10,7 +10,6 @@
>   * Texas Instruments Incorporated - https://www.ti.com/
>   */
>
> -#include <common.h>
>  #include <dm.h>
>  #include <init.h>
>  #include <net.h>
> diff --git a/board/logicpd/imx6/imx6logic.c b/board/logicpd/imx6/imx6logic.c
> index 0d53548dcb4b..589136fd64aa 100644
> --- a/board/logicpd/imx6/imx6logic.c
> +++ b/board/logicpd/imx6/imx6logic.c
> @@ -8,7 +8,6 @@
>   * and updates by Jagan Teki <jagan at amarulasolutions.com>
>   */
>
> -#include <common.h>
>  #include <env.h>
>  #include <init.h>
>  #include <miiphy.h>
> diff --git a/board/logicpd/omap3som/omap3logic.c b/board/logicpd/omap3som/omap3logic.c
> index 86992829caf4..a9fe61918b6a 100644
> --- a/board/logicpd/omap3som/omap3logic.c
> +++ b/board/logicpd/omap3som/omap3logic.c
> @@ -10,7 +10,7 @@
>   *     Richard Woodruff <r-woodruff2 at ti.com>
>   *     Syed Mohammed Khasim <khasim at ti.com>
>   */
> -#include <common.h>
> +#include <config.h>
>  #include <dm.h>
>  #include <init.h>
>  #include <net.h>
> --
> 2.34.1
>


More information about the U-Boot mailing list