]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
global: Drop common.h inclusion
authorTom Rini <trini@konsulko.com>
Thu, 14 Dec 2023 18:16:47 +0000 (13:16 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 13:54:37 +0000 (08:54 -0500)
In order to make it easier to move on to dropping common.h from code
directly, remove common.h inclusion from the rest of the header file
which had been including it.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
31 files changed:
board/BuR/common/br_resetc.h
board/CZ.NIC/turris_mox/mox_sp.h
board/freescale/common/vsc3316_3308.h
board/ti/ks2_evm/mux-k2g.h
board/tq/tqma6/tqma6_bb.h
board/xilinx/zynqmp/xil_io.h
disk/part_amiga.h
drivers/bios_emulator/include/x86emu.h
drivers/crypto/fsl/jobdesc.h
drivers/crypto/fsl/rsa_caam.h
drivers/ddr/altera/sdram_soc64.h
drivers/ddr/marvell/a38x/ddr_ml_wrapper.h
drivers/net/fm/fm.h
drivers/net/fsl-mc/dpio/qbman_private.h
drivers/net/fsl-mc/dpio/qbman_sys.h
drivers/net/mscc_eswitch/mscc_mac_table.c
drivers/net/mscc_eswitch/mscc_mac_table.h
drivers/net/mscc_eswitch/mscc_xfer.c
drivers/net/mscc_eswitch/mscc_xfer.h
drivers/pci/pcie_layerscape_fixup_common.h
drivers/pci_endpoint/pcie-cadence.h
drivers/pinctrl/mtmips/pinctrl-mtmips-common.h
drivers/usb/gadget/bcm_udc_otg.h
fs/btrfs/ctree.h
fs/yaffs2/ydirectenv.h
lib/libavb/avb_sysdeps.h
lib/zlib/zlib.h
net/arp.h
net/link_local.h
net/net_rand.h
net/ping.h

index ba0689bf20504ca701805f0849f83b4a89ca8d84..999045b867d28b4f5eeeda73ca7f2c4a4a0daa7f 100644 (file)
@@ -7,7 +7,6 @@
  */
 #ifndef __CONFIG_BRRESETC_H__
 #define __CONFIG_BRRESETC_H__
-#include <common.h>
 
 int br_resetc_regget(u8 reg, u8 *dst);
 int br_resetc_regset(u8 reg, u8 val);
index 720880d5df328806452cc2b43b50e683436a50b6..c766c7423ac5e40e99ced4d7e296b03e979bdf80 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef _BOARD_CZNIC_TURRIS_MOX_MOX_SP_H_
 #define _BOARD_CZNIC_TURRIS_MOX_MOX_SP_H_
 
-#include <common.h>
-
 enum cznic_a3720_board {
        BOARD_UNDEFINED         = 0x0,
        BOARD_TURRIS_MOX        = 0x1,
index 8d343ba4d654f2c1aed5e8fe8ec3f93043427d83..9725d6d9e390e898645a38577619965efb21524d 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __VSC_CROSSBAR_H_
 #define __VSC_CROSSBAR_H_
 
-#include <common.h>
 #include <i2c.h>
 #include <errno.h>
 
index f24e62850b8bb57697292db8bbbf6920a09b7de3..447e70607f964aff62d4b70449f166622ce2acca 100644 (file)
@@ -6,7 +6,6 @@
  *     Texas Instruments Incorporated, <www.ti.com>
  */
 
-#include <common.h>
 #include <hang.h>
 #include <asm/io.h>
 #include <asm/arch/mux-k2g.h>
index ca81bdf58535f2cfb8c800796f6ccbcc00de0ff8..a2f871af1f836a533472667eae314decc7b042b2 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef __TQMA6_BB__
 #define __TQMA6_BB__
 
-#include <common.h>
-
 int tqma6_bb_board_mmc_getwp(struct mmc *mmc);
 int tqma6_bb_board_mmc_getcd(struct mmc *mmc);
 int tqma6_bb_board_mmc_init(struct bd_info *bis);
index e6caa7c850330dcf5dd335f7861403ae2c43479c..dd823d6f62a5fd0146b89141924c0bd15b1d6b84 100644 (file)
@@ -5,7 +5,6 @@
 
 /* FIXME remove this when vivado is fixed */
 #include <asm/io.h>
-#include <common.h>
 #include <linux/delay.h>
 
 #define xil_printf(...)
index 42f5eb0f941c87f4fa8503a219c3c1314306d634..dfa70bdb8a8c2b362e5089f8eb5b4e82a5819051 100644 (file)
@@ -7,7 +7,6 @@
 
 #ifndef _DISK_PART_AMIGA_H
 #define _DISK_PART_AMIGA_H
-#include <common.h>
 
 #if CONFIG_IS_ENABLED(ISO_PARTITION)
 /* Make the buffers bigger if ISO partition support is enabled -- CD-ROMS
index b28cdc6b8cadcffd319ed5929313b5132419b978..d2650a8d1600fadcd50cefa8d0b9b820a1dd0b92 100644 (file)
@@ -42,7 +42,6 @@
 #define __X86EMU_X86EMU_H
 
 #include <asm/types.h>
-#include <common.h>
 #include <pci.h>
 #include <asm/io.h>
 #define X86API
index c4501abd26b2c4b7ca2e1afe8318b7a6f650929c..69adfdca95b552e3ec8f2492214bb1c6d7ea11da 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __JOBDESC_H
 #define __JOBDESC_H
 
-#include <common.h>
 #include <asm/io.h>
 #include "rsa_caam.h"
 
index 9a6a8afa4aa7f528173ee78a60b9d070712a9575..fb132a3d181484bd5aef883ff67dc2bb20caf977 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __RSA_CAAM_H
 #define __RSA_CAAM_H
 
-#include <common.h>
-
 /**
  * struct pk_in_params - holder for input to PKHA block in CAAM
  * These parameters are required to perform Modular Exponentiation
index 07a0f9f2ae9b2687737a1cbfc7ddf17033171ace..87a70a861baa5fe8fd5f65ea39f09277b7250f82 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef        _SDRAM_SOC64_H_
 #define        _SDRAM_SOC64_H_
 
-#include <common.h>
 #include <linux/sizes.h>
 
 struct altera_sdram_priv {
index 73573119658999eb3b35bc29ce8c0e73a68f01a5..dff56338b19e500f38137f7be06203f0316c18b4 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _DDR_ML_WRAPPER_H
 #define _DDR_ML_WRAPPER_H
 
-#include <common.h>
 #include <i2c.h>
 #include <spl.h>
 #include <asm/io.h>
index a2d5b03429ab19af7f9416f36870316990394ae4..5c45ad56d0a565d496638ff488eddcd23bdacfac 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __FM_H__
 #define __FM_H__
 
-#include <common.h>
 #include <phy.h>
 #include <fm_eth.h>
 #include <fsl_fman.h>
index 53f1300eaf805636c5519f396d30eb936d365b7a..f9dad178075f6bf6b303bfa55f9f399265fe8863 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 /* Perform extra checking */
-#include <common.h>
 #include <errno.h>
 #include <asm/io.h>
 #include <linux/bug.h>
index 1c6e4891302897b7103f5ffcb698a8133295d8ff..cac70a1291c7e1e134d9ee86976a5150a99478bb 100644 (file)
@@ -20,6 +20,7 @@
 
 /* Trace the 3 different classes of read/write access to QBMan. #undef as
  * required. */
+#include <config.h>
 #include <linux/bug.h>
 #include <linux/printk.h>
 #undef QBMAN_CCSR_TRACE
index 25b9cad42c976dd6807550c23ad2771374cfc02f..06e1f625fb74f1ee34684afce5e03bb36fbd9469 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright (c) 2018 Microsemi Corporation
  */
 
+#include <errno.h>
 #include <linux/bitops.h>
 #include <linux/io.h>
 #include "mscc_mac_table.h"
index 17fed2e79253c5d8a47dd07d7c98841df3a5d67b..5ec8db25417d06db57d35fadb60dacabc29254bd 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 2018 Microsemi Corporation
  */
 
-#include <common.h>
-
 #define ETH_LEN 6
 #define MAC_VID 1
 
index 6f747464571792b49345cdd4aacfba480c21d98a..ee6bf065d3a8e28a5dc19e47854af0ade2fe7c17 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright (c) 2018 Microsemi Corporation
  */
 
+#include <errno.h>
 #include <log.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
index c880a4e7e6a65cfd34c4f95d53e897fb72689a7d..70f279401e19c0128e1c8186a436ee9d85d711f0 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (c) 2018 Microsemi Corporation
  */
 
-#include <common.h>
-
 enum mscc_regs_qs {
        MSCC_QS_XTR_RD,
        MSCC_QS_XTR_FLUSH,
index 70bd3f0cba31f248c91c68d3c6c9e33b78b0ae17..3255b7648c0a04866bdcd83d9759d91e2c0fd3a7 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef _PCIE_LAYERSCAPE_FIXUP_COMMON_H_
 #define _PCIE_LAYERSCAPE_FIXUP_COMMON_H_
 
-#include <common.h>
-
 void ft_pci_setup_ls(void *blob, struct bd_info *bd);
 
 #ifdef CONFIG_PCIE_LAYERSCAPE_GEN4
index 8a659c36aa2493a289601e9f97ac5dcb1655bc8f..dd0101a33af94b9db60a9988b357f1b8f7c808f2 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef PCIE_CADENCE_H
 #define PCIE_CADENCE_H
 
-#include <common.h>
 #include <pci_ep.h>
 #include <asm/io.h>
 #include <linux/bitops.h>
index 1f1023ef42136e727078b7714e4a823eae5a5671..7a38f8d8753209becb538444ce97d023e145ec01 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef _PINCTRL_MTMIPS_COMMON_H_
 #define _PINCTRL_MTMIPS_COMMON_H_
 
-#include <common.h>
-
 struct mtmips_pmx_func {
        const char *name;
        int value;
index 24cc936c6b483a83b925150359449741a8fa8795..48370f37d8a25cfb2a53a41ea0a8d6deffee8927 100644 (file)
@@ -6,8 +6,6 @@
 #ifndef __BCM_UDC_OTG_H
 #define __BCM_UDC_OTG_H
 
-#include <common.h>
-
 static inline void wfld_set(uintptr_t addr, uint32_t fld_val, uint32_t fld_mask)
 {
        writel(((readl(addr) & ~(fld_mask)) | (fld_val)), (addr));
index ffd095ffdd2e71a1bfbeb2949ea23a1d9665f79d..59439552a45c2a5ac4a0fa77075881a24f9696ad 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __BTRFS_CTREE_H__
 #define __BTRFS_CTREE_H__
 
-#include <common.h>
 #include <compiler.h>
 #include <linux/rbtree.h>
 #include <linux/bug.h>
index d274f22e84d0eab39b9a7f1670d0e53e30d87527..790f8512f74232376c58dda0b7754d046e4b18e7 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef __YDIRECTENV_H__
 #define __YDIRECTENV_H__
 
-#include <common.h>
 #include <malloc.h>
 #include <linux/compat.h>
 
index f52428cc622f6d22b66c11c83c9d7efdbc30eaab..aece8e0a01809b96811d132360f0c57f397ed5e6 100644 (file)
@@ -19,7 +19,9 @@ extern "C" {
  * like uint8_t, uint64_t, and bool (with |false|, |true| keywords)
  * must be present.
  */
-#include <common.h>
+#include <stdio.h>
+#include <stdbool.h>
+#include <linux/types.h>
 
 /* If you don't have gcc or clang, these attribute macros may need to
  * be adjusted.
index af3703e6d7706b5f2a7e8e6c9e97323ea8a48438..560e7be97d3aae01582180c2ace68ceb02467aaa 100644 (file)
@@ -2,7 +2,6 @@
 #ifndef __GLUE_ZLIB_H__
 #define __GLUE_ZLIB_H__
 
-#include <common.h>
 #include <linux/compiler.h>
 #include <asm/unaligned.h>
 #include <watchdog.h>
index 25b3c00d5c56a2d6c5fabd118d866a2b8e57cd78..c50885fb9a57dd27659c4a935114dfd157086718 100644 (file)
--- a/net/arp.h
+++ b/net/arp.h
@@ -12,8 +12,6 @@
 #ifndef __ARP_H__
 #define __ARP_H__
 
-#include <common.h>
-
 extern struct in_addr net_arp_wait_packet_ip;
 /* MAC address of waiting packet's destination */
 extern uchar *arp_wait_packet_ethaddr;
index bb998164df9bb49c4bc72e999265eb8de174e38a..d8701255142f2b839cac2ee9d4103cbd09d109d3 100644 (file)
  * Licensed under the GPL v2 or later
  */
 
-#if defined(CONFIG_CMD_LINK_LOCAL)
-
 #ifndef __LINK_LOCAL_H__
 #define __LINK_LOCAL_H__
 
-#include <common.h>
+struct arp_hdr;
 
 void link_local_receive_arp(struct arp_hdr *arp, int len);
 void link_local_start(void);
 
 #endif /* __LINK_LOCAL_H__ */
-#endif
index 6a52cda85e0325b0e35b5979a19eec08ac693171..d3c5559adfd43d13991951f3ee6cbb702cbe7abf 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __NET_RAND_H__
 #define __NET_RAND_H__
 
-#include <common.h>
 #include <dm/uclass.h>
 #include <rng.h>
 
index 7b6f4e566dbdf48fc49cb853ba7697760b89360a..76ac225fc075983e1f1292923b25534c22f0160d 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef __PING_H__
 #define __PING_H__
 
-#include <common.h>
 #include <net.h>
 
 /*