diff options
| author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:42:20 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:25 -0600 |
| commit | 91f8646910772e8dd5998096e73b127e615b31b4 (patch) | |
| tree | fadf8630cddc62cbf950057a4257bbaaf2361834 /board | |
| parent | 4b7d7dd206756a04403c7364c0171f798c416a17 (diff) | |
board: msc: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Reviewed-by: Ian Ray <ian.ray@gehealthcare.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
| -rw-r--r-- | board/msc/sm2s_imx8mp/sm2s_imx8mp.c | 1 | ||||
| -rw-r--r-- | board/msc/sm2s_imx8mp/spl.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/board/msc/sm2s_imx8mp/sm2s_imx8mp.c b/board/msc/sm2s_imx8mp/sm2s_imx8mp.c index 6ccbf02db06..b1ce014bd55 100644 --- a/board/msc/sm2s_imx8mp/sm2s_imx8mp.c +++ b/board/msc/sm2s_imx8mp/sm2s_imx8mp.c @@ -7,7 +7,6 @@ * Copyright 2021 Collabora Ltd. */ -#include <common.h> #include <errno.h> #include <miiphy.h> #include <netdev.h> diff --git a/board/msc/sm2s_imx8mp/spl.c b/board/msc/sm2s_imx8mp/spl.c index ed7a1b7d3d0..b1b5561838d 100644 --- a/board/msc/sm2s_imx8mp/spl.c +++ b/board/msc/sm2s_imx8mp/spl.c @@ -7,7 +7,7 @@ * Copyright 2021 Collabora Ltd. */ -#include <common.h> +#include <config.h> #include <cpu_func.h> #include <fsl_esdhc_imx.h> #include <hang.h> |
