]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: gdsys: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:41:52 +0000 (20:41 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:24 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
15 files changed:
board/gdsys/a38x/controlcenterdc.c
board/gdsys/a38x/dt_helpers.c
board/gdsys/a38x/hre.c
board/gdsys/a38x/hydra.c
board/gdsys/a38x/ihs_phys.c
board/gdsys/a38x/keyprogram.c
board/gdsys/common/cmd_ioloop.c
board/gdsys/common/dp501.c
board/gdsys/common/ihs_mdio.c
board/gdsys/common/ioep-fpga.c
board/gdsys/common/osd.c
board/gdsys/common/osd_cmd.c
board/gdsys/mpc8308/gazerbeam.c
board/gdsys/mpc8308/mpc8308.c
board/gdsys/mpc8308/sdram.c

index 0f620c2d91728f9fc76d4c77bc255f335b45ba25..4abb3e451285ec144428948c79421c05b9b33da9 100644 (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>
index 61d30c2e637319a1569da4e540dd56e3347e9bf5..a12e115c72cbb89bdbba8c867bde1e46a382315b 100644 (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>
index d16233ed78ee6e1edc5c4bf683719a66492b4bcc..f303793b63b70eaec5fa437b1f1a2cb675b73800 100644 (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>
index 495a97691881976ddeb0923f986cea94352eed53..970d508ff328ccdb529d7d7d3d2f6f75aadc7f7d 100644 (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"
 
index 60a5c37aeffb02ceda13a7c52a90744b5cc8f6bb..690a29690b9ce45171218f0dcc361da1157216c0 100644 (file)
@@ -1,4 +1,3 @@
-#include <common.h>
 #include <dm.h>
 #include <miiphy.h>
 #include <asm-generic/gpio.h>
index 7020fae18941fa22ab340b21847fd61630967ab8..15c36e22684fdd86b449f36b40fca72a265effd0 100644 (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>
index 1412421a02181b407479bdd117612218b22c18dd..fb6313f01975efc386134c93e08a00b1bdd0bbea 100644 (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>
index 9ca69ebcbbe749db02f45f860b294e22ea65dfbf..7698e76b5248f71b60d538f42a119efab1d9b4e0 100644 (file)
@@ -8,7 +8,6 @@
 
 #ifdef CONFIG_GDSYS_LEGACY_DRIVERS
 
-#include <common.h>
 #include <asm/io.h>
 #include <errno.h>
 #include <i2c.h>
index 5f1215e9e8a65a34e7d9ca6363380a408ce9460e..a814566beaf0e5055b7b65135cab7b2ef9880b81 100644 (file)
@@ -4,7 +4,6 @@
  * Dirk Eibach,  Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
  */
 
-#include <common.h>
 #include <linux/delay.h>
 
 #include <miiphy.h>
index 7292d7ab5a41095214a3ebe8c745427f5ae6a58f..f01b48b5c8e94e74cbfe322e5e9d523123f457aa 100644 (file)
@@ -6,7 +6,6 @@
 
 #ifdef CONFIG_GDSYS_LEGACY_DRIVERS
 
-#include <common.h>
 
 #include <gdsys_fpga.h>
 #include <linux/bitops.h>
index dc548efbc7a43afda789cbcdecd6c3b890bc87bf..bd9c5ca996980f88d055c3987f7235fe98da9168 100644 (file)
@@ -6,7 +6,6 @@
 
 #ifdef CONFIG_GDSYS_LEGACY_DRIVERS
 
-#include <common.h>
 #include <command.h>
 #include <i2c.h>
 #include <malloc.h>
index 6a9c0b4c24f0dad5ab8438a451b11d9ced346af0..39e64f5f2eb343edf6aba3fab2fa88a137b419c3 100644 (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>
index cc608c4ac434a95ffed6cbc85fff8a65e3598b00..05e4d84460ae1e163721b80c7b33020129fcab89 100644 (file)
@@ -5,7 +5,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <common.h>
 #include <command.h>
 #include <dm.h>
 #include <env.h>
index 0f90f8ad327bebbb51526adff0d8b7c4c4a32c50..42c45ecedceade1fa76c58f2e126b783a56aa50f 100644 (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>
index 4fac146353da0cef5144b0febbf72a15b8599c7c..2933de0f3048c7c10fadcea74606c97882d65dec 100644 (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>