board: gdsys: 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-04-30 20:41:52 -06:00
parent 5b1d20b51a
commit ca5428cb5b
15 changed files with 3 additions and 15 deletions

View File

@ -4,7 +4,7 @@
* Copyright (C) 2016 Mario Six <mario.six@gdsys.cc>
*/
#include <common.h>
#include <config.h>
#include <command.h>
#include <dm.h>
#include <event.h>

View File

@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/
#include <common.h>
#include <i2c.h>
#include <fdt_support.h>
#include <asm-generic/gpio.h>

View File

@ -4,7 +4,6 @@
* Reinhard Pfau, Guntermann & Drunck GmbH, reinhard.pfau@gdsys.cc
*/
#include <common.h>
#include <log.h>
#include <malloc.h>
#include <fs.h>

View File

@ -1,8 +1,8 @@
#include <common.h>
#include <command.h>
#include <console.h> /* ctrlc */
#include <pci.h>
#include <asm/io.h>
#include <mach/soc.h>
#include "hydra.h"

View File

@ -1,4 +1,3 @@
#include <common.h>
#include <dm.h>
#include <miiphy.h>
#include <asm-generic/gpio.h>

View File

@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/
#include <common.h>
#include <command.h>
#include <env.h>
#include <tpm-v1.h>

View File

@ -4,7 +4,6 @@
* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
*/
#include <common.h>
#include <command.h>
#include <console.h>
#include <linux/bitops.h>

View File

@ -8,7 +8,6 @@
#ifdef CONFIG_GDSYS_LEGACY_DRIVERS
#include <common.h>
#include <asm/io.h>
#include <errno.h>
#include <i2c.h>

View File

@ -4,7 +4,6 @@
* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
*/
#include <common.h>
#include <linux/delay.h>
#include <miiphy.h>

View File

@ -6,7 +6,6 @@
#ifdef CONFIG_GDSYS_LEGACY_DRIVERS
#include <common.h>
#include <gdsys_fpga.h>
#include <linux/bitops.h>

View File

@ -6,7 +6,6 @@
#ifdef CONFIG_GDSYS_LEGACY_DRIVERS
#include <common.h>
#include <command.h>
#include <i2c.h>
#include <malloc.h>

View File

@ -9,7 +9,6 @@
* Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
*/
#include <common.h>
#include <command.h>
#include <dm.h>
#include <hexdump.h>

View File

@ -5,7 +5,6 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <command.h>
#include <dm.h>
#include <env.h>

View File

@ -4,7 +4,6 @@
* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
*/
#include <common.h>
#include <command.h>
#include <init.h>
#include <asm/processor.h>

View File

@ -13,7 +13,7 @@
#ifndef CONFIG_MPC83XX_SDRAM
#include <common.h>
#include <config.h>
#include <init.h>
#include <mpc83xx.h>
#include <spd_sdram.h>