]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: Drop <common.h> from include lists
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:20 +0000 (12:28 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000 (14:50 -0500)
At this point, we don't need to have <common.h> be included because of
properties in the header itself, it only includes other common header
files. We've also audited the code enough at this point that we can drop
<common.h> from being included in headers and rely on code to have the
correct inclusions themselves, or at least <common.h>.

Signed-off-by: Tom Rini <trini@konsulko.com>
28 files changed:
include/bootcount.h
include/dfu.h
include/efi_loader.h
include/efi_selftest.h
include/fm_eth.h
include/fs.h
include/fsl-mc/fsl_mc.h
include/fsl_errata.h
include/fsl_ifc.h
include/fsl_sec.h
include/fsl_sec_mon.h
include/fsl_sfp.h
include/iotrace.h
include/key_matrix.h
include/libata.h
include/linux/mtd/spinand.h
include/linux/usb/composite.h
include/miiphy.h
include/mv88e6352.h
include/net/ncsi.h
include/palmas.h
include/post.h
include/spi.h
include/tegra-kbc.h
include/twl4030.h
include/twl6030.h
include/ubi_uboot.h
include/usbdevice.h

index bfa5d4642764777dbfd37a51899b4df6ec5efecd..bc06e17c9fb71f7b883038e8231f1576c3dc41bb 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _BOOTCOUNT_H__
 #define _BOOTCOUNT_H__
 
-#include <common.h>
 #include <asm/global_data.h>
 #include <asm/io.h>
 #include <asm/byteorder.h>
index 07922224ef1991805e393d897db0a205c7842916..68b5ca46ce54dc35d4f69441d224f2912321f859 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef __DFU_ENTITY_H_
 #define __DFU_ENTITY_H_
 
-#include <common.h>
 #include <linux/list.h>
 #include <mmc.h>
 #include <spi_flash.h>
index e24410505f404637b230f5340174f0c254ca14a9..247be060e1c028b102b84fb2341d826a7b56fe09 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef _EFI_LOADER_H
 #define _EFI_LOADER_H 1
 
-#include <common.h>
 #include <blk.h>
 #include <event.h>
 #include <log.h>
index 7c69c3f3761080a585dfa7be4011b530cf149601..5bcebb368287c50b5be1e4e52547703d010e39c4 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef _EFI_SELFTEST_H
 #define _EFI_SELFTEST_H
 
-#include <common.h>
 #include <efi.h>
 #include <efi_api.h>
 #include <efi_loader.h>
index 8b133e703b40af0f74be3709369000a3f10302fd..f30110817c78811a4333f9623cf9ba1e66fef365 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __FM_ETH_H__
 #define __FM_ETH_H__
 
-#include <common.h>
 #include <phy.h>
 #include <asm/types.h>
 
index e341a0ed01bfafefc82920b507929de629f8ae79..ef540e7c23de31d51452fcf2b96dc19770b1c52a 100644 (file)
@@ -5,7 +5,6 @@
 #ifndef _FS_H
 #define _FS_H
 
-#include <common.h>
 #include <rtc.h>
 
 struct cmd_tbl;
index de2bba93ecf4cbec60a0f943376fa98b06aab881..71907bc73c5ff6101eba4a239ceb4ad18cf7017d 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __FSL_MC_H__
 #define __FSL_MC_H__
 
-#include <common.h>
 #include <linux/bitops.h>
 
 struct bd_info;
index 88f4268658a1027697d4b24de2281636e54460a8..44547645df8793dbce5e1db3d13059e204600480 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _FSL_ERRATA_H
 #define _FSL_ERRATA_H
 
-#include <common.h>
 #if defined(CONFIG_PPC)
 #include <asm/processor.h>
 #elif defined(CONFIG_ARCH_LS1021A)
index de1e70a6d0ba1be32cea498f402703a7b1746a89..f9a0a7017d4a390657c42d58f6d80c60252fca07 100644 (file)
@@ -9,7 +9,6 @@
 
 #ifdef CONFIG_FSL_IFC
 #include <config.h>
-#include <common.h>
 #include <part.h>
 #ifdef CONFIG_ARM
 #include <asm/arch/soc.h>
index 9dad1d1ec473cefb03af83536a95c41cc7870edc..8c5e59c5b1cab3b9ada4093638b96b5e3ed7bcd7 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __FSL_SEC_H
 #define __FSL_SEC_H
 
-#include <common.h>
 #include <asm/io.h>
 
 #ifdef CONFIG_SYS_FSL_SEC_LE
index 3092a0ea62a04a2c56bf55a54ad52886c86f274b..248d5b6d42118b447107e62092f7c33a7f4755c1 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef __FSL_SEC_MON_H
 #define __FSL_SEC_MON_H
 
-#include <common.h>
 #include <asm/io.h>
 
 #ifdef CONFIG_SYS_FSL_SEC_MON_LE
index e7674c1bff2a2d40786ea16556ebbb8682db8e48..0dec69a7235d64a7ced0d6d5110e5260694bc550 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _FSL_SFP_SNVS_
 #define _FSL_SFP_SNVS_
 
-#include <common.h>
 #include <config.h>
 #include <asm/io.h>
 
index 7ff2e8332b0b9088287fa8f83efcb82b52ca01fe..d5610426cc84ea1cbac0b4e473c345aa6d3f1d35 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef __IOTRACE_H
 #define __IOTRACE_H
 
-//#include <common.h>
 #include <linux/types.h>
 
 /* Support up to the machine word length for now */
index e7420b9d7956e764b1de5ef355767ff43674b613..17f5d12cdd9f9418e3e717339064da536e4857c8 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef _KEY_MATRIX_H
 #define _KEY_MATRIX_H
 
-#include <common.h>
 
 /* Information about a matrix keyboard */
 struct key_matrix {
index b03b29960df58b849dd4744dfebb4e9e5450513d..a55e9315a73010070c83694c6cb49caac1cc8c83 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef __LIBATA_H__
 #define __LIBATA_H__
 
-#include <common.h>
 
 enum {
        /* various global constants */
index e8d6feb9705e22d84a72b38b6c85e40a235680ea..6d68514e07af71674eec3de476dcc7cb04a2e678 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/spi/spi.h>
 #include <linux/spi/spi-mem.h>
 #else
-#include <common.h>
 #include <spi.h>
 #include <spi-mem.h>
 #include <linux/mtd/nand.h>
index 935e5c0cbb1cff38ef0c2c0527dd7648ef358017..bb1eb93bd20e2c268f1fa57fb4040864a5468906 100644 (file)
@@ -21,7 +21,6 @@
  * the composite model the host can use both functions at the same time.
  */
 
-#include <common.h>
 #include <linux/usb/ch9.h>
 #include <linux/usb/gadget.h>
 #include <linux/bitmap.h>
index c66a1845b58545ec18e9e562f56b08ad0866bb15..5abffd8fb6ba15519a6823312c1a9e9640d4b747 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef _miiphy_h_
 #define _miiphy_h_
 
-#include <common.h>
 #include <linux/mii.h>
 #include <linux/list.h>
 #include <net.h>
index 2e810c8183edf9b1b9c591b9f536c75d21003cc2..152a0774fc0f2d0ac27330efb9eaa8c28ffaf174 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __MV886352_H
 #define __MV886352_H
 
-#include <common.h>
 
 /* PHY registers */
 #define PHY(itf)       (itf)
index 2800c842b72ebc13abf2e57c31e98792482e94f4..7aec457562d0a9ec7680c8defadfe139c9b535dd 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (C) 2019, IBM Corporation.
  */
 
-#include <common.h>
 #include <phy.h>
 
 bool ncsi_active(void);
index e259a4d04ba4efb08450a9ebb54ac48d51cc87a6..c13b67a84d9e62f9c06cf684370ba4d8c046cc5b 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef PALMAS_H
 #define PALMAS_H
 
-#include <common.h>
 #include <i2c.h>
 
 /* I2C chip addresses, TW6035/37 */
index 6e88d5507224599003554284118ad348edab4505..da851e37fa2cd4738dd01bf24720c1249e3daa7a 100644 (file)
@@ -11,7 +11,6 @@
 #define _POST_H
 
 #ifndef        __ASSEMBLY__
-#include <common.h>
 #include <asm/io.h>
 
 #if defined(CONFIG_POST)
index 1bc18e65525e0538acbaade20c64d4870cafc7cf..7e38cc2a2ad0bbe6953be8ee3aca17bae30b32c6 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef _SPI_H_
 #define _SPI_H_
 
-#include <common.h>
 #include <linux/bitops.h>
 
 /* SPI mode flags */
index f331c79c9d546f14c7115f81f8d67f483cf61b57..1208b75ee784a194dd4a0b243585c87a2ee2184b 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __include_tegra_kbc_h__
 #define __include_tegra_kbc_h__
 
-#include <common.h>
 
 #define KEY_IS_MODIFIER(key) ((key) >= KEY_FIRST_MODIFIER)
 
index 0a6d85a7c1c945faf9cad1c97a11ed14d40388de..ee80bb1f6b9bcdfd4771e9f76e39c78084d1f280 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef TWL4030_H
 #define TWL4030_H
 
-#include <common.h>
 #include <i2c.h>
 
 /* I2C chip addresses */
index 05d476f80485164bc9e645f60efcea9a44962045..e3a1058091ae21a48c1ed715e70853c07d13b45c 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef TWL6030_H
 #define TWL6030_H
 
-#include <common.h>
 #include <i2c.h>
 
 /* I2C chip addresses */
index 6da348eb6285f36b63b3391b6b62fa683a582e43..d7a8851094bc463d04ebb6f8afa4c6a6ccc7f2d1 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef __UBOOT_UBI_H
 #define __UBOOT_UBI_H
 
-#include <common.h>
 #include <compiler.h>
 #include <linux/compat.h>
 #include <malloc.h>
index 80c5af0cbcd21416ec9ee286c1a696f0008092f9..e59f5587eea55222288119fdc5f6a1c2cd5756b4 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __USBDCORE_H__
 #define __USBDCORE_H__
 
-#include <common.h>
 #include "usbdescriptors.h"