diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:25 -0600 |
| commit | 5a93c60cd4706a558d60bd690fb5056c10326a19 (patch) | |
| tree | e95a5bc205eee5673221cd95196afe0d7fab9ad4 | |
| parent | d0a957673cb0cd4ced6b6d19bbc3c4d069ac8538 (diff) | |
board: logicpd: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Acked-by: Adam Ford <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/logicpd/am3517evm/am3517evm.c | 1 | ||||
| -rw-r--r-- | board/logicpd/imx6/imx6logic.c | 1 | ||||
| -rw-r--r-- | board/logicpd/omap3som/omap3logic.c | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/board/logicpd/am3517evm/am3517evm.c b/board/logicpd/am3517evm/am3517evm.c index e69a73f2af6..e6ca31016b7 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 0d53548dcb4..589136fd64a 100644 --- a/board/logicpd/imx6/imx6logic.c +++ b/board/logicpd/imx6/imx6logic.c @@ -8,7 +8,6 @@ * and updates by Jagan Teki <[email protected]> */ -#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 86992829caf..a9fe61918b6 100644 --- a/board/logicpd/omap3som/omap3logic.c +++ b/board/logicpd/omap3som/omap3logic.c @@ -10,7 +10,7 @@ * Richard Woodruff <[email protected]> * Syed Mohammed Khasim <[email protected]> */ -#include <common.h> +#include <config.h> #include <dm.h> #include <init.h> #include <net.h> |
