diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-30 20:41:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:07:49 -0600 |
commit | e1be7f803a1ad258b90f3e97810d06a5cf3cd59b (patch) | |
tree | fafb7a2239159f14e81665a1d9618687987e99d0 | |
parent | e7ef4dc0901c976bf9f96b0f91b7ee537c87b101 (diff) |
board: avionic-design: 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 <trini@konsulko.com>
-rw-r--r-- | board/avionic-design/common/tamonten-ng.c | 1 | ||||
-rw-r--r-- | board/avionic-design/common/tamonten.c | 1 | ||||
-rw-r--r-- | board/avionic-design/tec-ng/tec-ng-spl.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/avionic-design/common/tamonten-ng.c b/board/avionic-design/common/tamonten-ng.c index 29bde60228f..e35bda81468 100644 --- a/board/avionic-design/common/tamonten-ng.c +++ b/board/avionic-design/common/tamonten-ng.c @@ -4,7 +4,6 @@ * Avionic Design GmbH <www.avionic-design.de> */ -#include <common.h> #include <dm.h> #include <log.h> #include <asm/arch/pinmux.h> diff --git a/board/avionic-design/common/tamonten.c b/board/avionic-design/common/tamonten.c index 988f057a281..4d7477237d4 100644 --- a/board/avionic-design/common/tamonten.c +++ b/board/avionic-design/common/tamonten.c @@ -6,7 +6,6 @@ * Avionic Design GmbH <www.avionic-design.de> */ -#include <common.h> #include <ns16550.h> #include <asm/io.h> #include <asm/gpio.h> diff --git a/board/avionic-design/tec-ng/tec-ng-spl.c b/board/avionic-design/tec-ng/tec-ng-spl.c index 6e544641833..25049452495 100644 --- a/board/avionic-design/tec-ng/tec-ng-spl.c +++ b/board/avionic-design/tec-ng/tec-ng-spl.c @@ -7,7 +7,6 @@ * Svyatoslav Ryhel <clamor95@gmail.com> */ -#include <common.h> #include <asm/arch-tegra/tegra_i2c.h> #include <linux/delay.h> |