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>
This commit is contained in:
Tom Rini
2024-05-06 15:07:49 -06:00
parent e7ef4dc090
commit e1be7f803a
3 changed files with 0 additions and 3 deletions
@@ -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>
-1
View File
@@ -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>
-1
View File
@@ -7,7 +7,6 @@
* Svyatoslav Ryhel <clamor95@gmail.com>
*/
#include <common.h>
#include <asm/arch-tegra/tegra_i2c.h>
#include <linux/delay.h>