board: siemens: 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: Heiko Schocher <hs@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-30 20:42:43 -06:00
parent cb9e4a0c14
commit bdae1d831f
6 changed files with 4 additions and 6 deletions

View File

@@ -5,7 +5,6 @@
* Copyright 2019 Siemens AG
*
*/
#include <common.h>
#include <command.h>
#include <dm.h>
#include <env.h>

View File

@@ -5,7 +5,6 @@
* Copyright 2019 Siemens AG
*
*/
#include <common.h>
#include <init.h>
#include <spl.h>
#include <dm.h>

View File

@@ -10,7 +10,7 @@
* Lead Tech Design <www.leadtechdesign.com>
*/
#include <common.h>
#include <config.h>
#include <dm.h>
#include <init.h>
#include <log.h>

View File

@@ -8,7 +8,7 @@
* Jan Kiszka <jan.kiszka@siemens.com>
*/
#include <common.h>
#include <config.h>
#include <bootstage.h>
#include <dm.h>
#include <fdt_support.h>

View File

@@ -15,7 +15,7 @@
* DENX Software Engineering GmbH
*/
#include <common.h>
#include <config.h>
#include <dm.h>
#include <init.h>
#include <net.h>

View File

@@ -12,7 +12,7 @@
*/
#include <command.h>
#include <common.h>
#include <config.h>
#include <dm.h>
#include <env.h>
#include <init.h>