diff options
| author | Tom Rini <[email protected]> | 2024-04-30 20:42:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:40 -0600 |
| commit | cb9e4a0c1481693afb0f45ca90c8657f0416b8f0 (patch) | |
| tree | 6241f538bce16c75f83cca27a9aa0fc491220a2e | |
| parent | 8973eebf297b41794e1e9359b222815ed1f03a20 (diff) | |
board: seeed: Remove <common.h> and add needed includes
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | board/seeed/linkit-smart-7688/board.c | 1 | ||||
| -rw-r--r-- | board/seeed/npi_imx6ull/spl.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/board/seeed/linkit-smart-7688/board.c b/board/seeed/linkit-smart-7688/board.c index bf7c69ea838..91fa08fd9ec 100644 --- a/board/seeed/linkit-smart-7688/board.c +++ b/board/seeed/linkit-smart-7688/board.c @@ -3,7 +3,6 @@ * Copyright (C) 2018 Stefan Roese <[email protected]> */ -#include <common.h> #include <init.h> #include <asm/io.h> #include <linux/bitops.h> diff --git a/board/seeed/npi_imx6ull/spl.c b/board/seeed/npi_imx6ull/spl.c index b29da2c1fc1..2312d8fac69 100644 --- a/board/seeed/npi_imx6ull/spl.c +++ b/board/seeed/npi_imx6ull/spl.c @@ -4,7 +4,7 @@ * Author: Navin Sankar Velliangiri <[email protected]> */ -#include <common.h> +#include <config.h> #include <init.h> #include <spl.h> #include <asm/arch/clock.h> |
