Selaa lähdekoodia

arm: Don't include common.h in header files

It is bad practice to include common.h in other header files since it can
bring in any number of superfluous definitions. It implies that some C
files don't include it and thus may be missing CONFIG options that are set
up by that file. The C files should include these themselves.

Update some header files in arch/arm to drop this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 4 vuotta sitten
vanhempi
commit
c3dc39a2f8
80 muutettua tiedostoa jossa 67 lisäystä ja 89 poistoa
  1. 1 0
      arch/arm/cpu/armv8/fwcall.c
  2. 0 2
      arch/arm/include/asm/arch-am33xx/clk_synthesizer.h
  3. 0 1
      arch/arm/include/asm/arch-am33xx/mux.h
  4. 0 1
      arch/arm/include/asm/arch-am33xx/mux_am33xx.h
  5. 0 1
      arch/arm/include/asm/arch-am33xx/mux_am43xx.h
  6. 0 1
      arch/arm/include/asm/arch-am33xx/mux_ti816x.h
  7. 0 2
      arch/arm/include/asm/arch-fsl-layerscape/clock.h
  8. 0 2
      arch/arm/include/asm/arch-lpc32xx/dma.h
  9. 0 1
      arch/arm/include/asm/arch-lpc32xx/i2c.h
  10. 0 2
      arch/arm/include/asm/arch-ls102xa/clock.h
  11. 0 2
      arch/arm/include/asm/arch-mx25/clock.h
  12. 0 2
      arch/arm/include/asm/arch-mx31/clock.h
  13. 0 2
      arch/arm/include/asm/arch-mx35/clock.h
  14. 0 2
      arch/arm/include/asm/arch-mx5/clock.h
  15. 5 2
      arch/arm/include/asm/arch-mx6/clock.h
  16. 0 1
      arch/arm/include/asm/arch-mx7/clock.h
  17. 0 1
      arch/arm/include/asm/arch-mx7ulp/clock.h
  18. 0 1
      arch/arm/include/asm/arch-mx7ulp/pcc.h
  19. 0 2
      arch/arm/include/asm/arch-mx7ulp/scg.h
  20. 0 1
      arch/arm/include/asm/arch-omap4/clock.h
  21. 0 1
      arch/arm/include/asm/arch-omap5/clock.h
  22. 0 1
      arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h
  23. 0 2
      arch/arm/include/asm/arch-rk3308/cru_rk3308.h
  24. 0 2
      arch/arm/include/asm/arch-rk3308/grf_rk3308.h
  25. 0 2
      arch/arm/include/asm/arch-rockchip/cru_px30.h
  26. 0 2
      arch/arm/include/asm/arch-rockchip/cru_rk3036.h
  27. 0 2
      arch/arm/include/asm/arch-rockchip/cru_rk3128.h
  28. 0 2
      arch/arm/include/asm/arch-rockchip/cru_rk322x.h
  29. 0 2
      arch/arm/include/asm/arch-rockchip/cru_rk3328.h
  30. 0 3
      arch/arm/include/asm/arch-rockchip/cru_rk3368.h
  31. 0 2
      arch/arm/include/asm/arch-rockchip/cru_rk3399.h
  32. 0 2
      arch/arm/include/asm/arch-rockchip/cru_rv1108.h
  33. 0 2
      arch/arm/include/asm/arch-rockchip/grf_px30.h
  34. 0 2
      arch/arm/include/asm/arch-rockchip/grf_rk3036.h
  35. 0 2
      arch/arm/include/asm/arch-rockchip/grf_rk3128.h
  36. 0 2
      arch/arm/include/asm/arch-rockchip/grf_rk322x.h
  37. 0 2
      arch/arm/include/asm/arch-rockchip/grf_rk3368.h
  38. 0 2
      arch/arm/include/asm/arch-rockchip/grf_rv1108.h
  39. 0 2
      arch/arm/include/asm/arch-rockchip/sdram_rk3036.h
  40. 0 2
      arch/arm/include/asm/arch-rockchip/sdram_rk322x.h
  41. 0 2
      arch/arm/include/asm/arch-s32v234/clock.h
  42. 0 1
      arch/arm/include/asm/arch-sunxi/rsb.h
  43. 0 2
      arch/arm/include/asm/arch-tegra/ivc.h
  44. 0 1
      arch/arm/include/asm/arch-tegra/tegra_mmc.h
  45. 0 2
      arch/arm/include/asm/arch-vf610/clock.h
  46. 1 1
      arch/arm/include/asm/dma-mapping.h
  47. 0 1
      arch/arm/include/asm/emif.h
  48. 1 1
      arch/arm/include/asm/mach-imx/iomux-v3.h
  49. 4 2
      arch/arm/include/asm/mach-imx/sys_proto.h
  50. 6 4
      arch/arm/include/asm/omap_common.h
  51. 0 2
      arch/arm/include/asm/omap_sec_common.h
  52. 4 0
      arch/arm/include/asm/psci.h
  53. 2 1
      arch/arm/include/asm/system.h
  54. 1 0
      arch/arm/mach-imx/ddrmc-vf610.c
  55. 2 0
      arch/arm/mach-imx/mx7ulp/soc.c
  56. 1 0
      arch/arm/mach-imx/sata.c
  57. 1 0
      arch/arm/mach-omap2/am33xx/ddr.c
  58. 1 0
      arch/arm/mach-omap2/omap4/sdram_elpida.c
  59. 1 0
      arch/arm/mach-omap2/omap5/sdram.c
  60. 2 0
      arch/arm/mach-rockchip/rk3036/rk3036.c
  61. 1 0
      board/compulab/cm_t54/mux.c
  62. 1 0
      board/el/el6x/el6x.c
  63. 1 0
      board/embest/mx6boards/mx6boards.c
  64. 1 0
      board/gateworks/gw_ventana/common.c
  65. 1 0
      board/grinn/liteboard/board.c
  66. 2 0
      board/overo/spl.c
  67. 1 0
      board/sks-kinkel/sksimx6/sksimx6.c
  68. 1 0
      board/solidrun/mx6cuboxi/mx6cuboxi.c
  69. 1 0
      board/technexion/pico-imx6/spl.c
  70. 1 0
      board/technexion/pico-imx7d/spl.c
  71. 1 0
      board/udoo/udoo_spl.c
  72. 1 0
      board/wandboard/spl.c
  73. 1 0
      board/wandboard/wandboard.c
  74. 2 0
      drivers/mtd/nand/raw/denali.c
  75. 2 0
      drivers/mtd/nand/raw/denali_dt.c
  76. 7 0
      drivers/usb/eth/lan7x.h
  77. 1 0
      include/linux/compat.h
  78. 1 0
      include/linux/mtd/rawnand.h
  79. 5 1
      include/net.h
  80. 2 0
      include/spl.h

+ 1 - 0
arch/arm/cpu/armv8/fwcall.c

@@ -10,6 +10,7 @@
 #include <version.h>
 #include <asm/macro.h>
 #include <asm/psci.h>
+#include <asm/ptrace.h>
 #include <asm/system.h>
 
 /*

+ 0 - 2
arch/arm/include/asm/arch-am33xx/clk_synthesizer.h

@@ -10,8 +10,6 @@
 #ifndef __CLK_SYNTHESIZER_H
 #define __CLK_SYNTHESIZER_H
 
-#include <common.h>
-
 #define CLK_SYNTHESIZER_ID_REG		0x0
 #define CLK_SYNTHESIZER_XCSEL		0x05
 #define CLK_SYNTHESIZER_MUX_REG		0x14

+ 0 - 1
arch/arm/include/asm/arch-am33xx/mux.h

@@ -16,7 +16,6 @@
 #ifndef _MUX_H_
 #define _MUX_H_
 
-#include <common.h>
 #include <asm/io.h>
 
 #ifdef CONFIG_AM33XX

+ 0 - 1
arch/arm/include/asm/arch-am33xx/mux_am33xx.h

@@ -16,7 +16,6 @@
 #ifndef _MUX_AM33XX_H_
 #define _MUX_AM33XX_H_
 
-#include <common.h>
 #include <asm/io.h>
 
 #define MUX_CFG(value, offset)	\

+ 0 - 1
arch/arm/include/asm/arch-am33xx/mux_am43xx.h

@@ -8,7 +8,6 @@
 #ifndef _MUX_AM43XX_H_
 #define _MUX_AM43XX_H_
 
-#include <common.h>
 #include <asm/io.h>
 
 #define MUX_CFG(value, offset)	\

+ 0 - 1
arch/arm/include/asm/arch-am33xx/mux_ti816x.h

@@ -17,7 +17,6 @@
 #ifndef _MUX_TI816X_H_
 #define _MUX_TI816X_H_
 
-#include <common.h>
 #include <asm/io.h>
 
 #define MUX_CFG(value, offset)  \

+ 0 - 2
arch/arm/include/asm/arch-fsl-layerscape/clock.h

@@ -8,8 +8,6 @@
 #ifndef __ASM_ARCH_FSL_LAYERSCAPE_CLOCK_H_
 #define __ASM_ARCH_FSL_LAYERSCAPE_CLOCK_H_
 
-#include <common.h>
-
 enum mxc_clock {
 	MXC_ARM_CLK = 0,
 	MXC_BUS_CLK,

+ 0 - 2
arch/arm/include/asm/arch-lpc32xx/dma.h

@@ -11,8 +11,6 @@
 #ifndef _LPC32XX_DMA_H
 #define _LPC32XX_DMA_H
 
-#include <common.h>
-
 /*
  * DMA linked list structure used with a channel's LLI register;
  * refer to UM10326, "LPC32x0 and LPC32x0/01 User manual" - Rev. 3

+ 0 - 1
arch/arm/include/asm/arch-lpc32xx/i2c.h

@@ -1,7 +1,6 @@
 #ifndef _LPC32XX_I2C_H
 #define _LPC32XX_I2C_H
 
-#include <common.h>
 #include <asm/types.h>
 
 /* i2c register set */

+ 0 - 2
arch/arm/include/asm/arch-ls102xa/clock.h

@@ -7,8 +7,6 @@
 #ifndef __ASM_ARCH_LS102XA_CLOCK_H_
 #define __ASM_ARCH_LS102XA_CLOCK_H_
 
-#include <common.h>
-
 enum mxc_clock {
 	MXC_ARM_CLK = 0,
 	MXC_UART_CLK,

+ 0 - 2
arch/arm/include/asm/arch-mx25/clock.h

@@ -9,8 +9,6 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
-
 #ifdef CONFIG_MX25_HCLK_FREQ
 #define MXC_HCLK	CONFIG_MX25_HCLK_FREQ
 #else

+ 0 - 2
arch/arm/include/asm/arch-mx31/clock.h

@@ -7,8 +7,6 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
-
 #define MXC_HCLK	CONFIG_MX31_HCLK_FREQ
 
 #define MXC_CLK32	CONFIG_MX31_CLK32

+ 0 - 2
arch/arm/include/asm/arch-mx35/clock.h

@@ -7,8 +7,6 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
-
 #ifdef CONFIG_MX35_HCLK_FREQ
 #define MXC_HCLK	CONFIG_MX35_HCLK_FREQ
 #else

+ 0 - 2
arch/arm/include/asm/arch-mx5/clock.h

@@ -7,8 +7,6 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
-
 #ifdef CONFIG_SYS_MX5_HCLK
 #define MXC_HCLK	CONFIG_SYS_MX5_HCLK
 #else

+ 5 - 2
arch/arm/include/asm/arch-mx6/clock.h

@@ -7,7 +7,7 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
+#include <linux/types.h>
 
 #ifdef CONFIG_SYS_MX6_HCLK
 #define MXC_HCLK	CONFIG_SYS_MX6_HCLK
@@ -21,6 +21,8 @@
 #define MXC_CLK32	32768
 #endif
 
+struct cmd_tbl_s;
+
 enum mxc_clock {
 	MXC_ARM_CLK = 0,
 	MXC_PER_CLK,
@@ -80,5 +82,6 @@ void enable_thermal_clk(void);
 void mxs_set_lcdclk(u32 base_addr, u32 freq);
 void select_ldb_di_clock_source(enum ldb_di_clock clk);
 void enable_eim_clk(unsigned char enable);
-int do_mx6_showclocks(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
+int do_mx6_showclocks(struct cmd_tbl_s *cmdtp, int flag, int argc,
+		      char *const argv[]);
 #endif /* __ASM_ARCH_CLOCK_H */

+ 0 - 1
arch/arm/include/asm/arch-mx7/clock.h

@@ -9,7 +9,6 @@
 #ifndef _ASM_ARCH_CLOCK_H
 #define _ASM_ARCH_CLOCK_H
 
-#include <common.h>
 #include <asm/arch/crm_regs.h>
 
 #ifdef CONFIG_SYS_MX7_HCLK

+ 0 - 1
arch/arm/include/asm/arch-mx7ulp/clock.h

@@ -6,7 +6,6 @@
 #ifndef _ASM_ARCH_CLOCK_H
 #define _ASM_ARCH_CLOCK_H
 
-#include <common.h>
 #include <asm/arch/pcc.h>
 #include <asm/arch/scg.h>
 

+ 0 - 1
arch/arm/include/asm/arch-mx7ulp/pcc.h

@@ -6,7 +6,6 @@
 #ifndef _ASM_ARCH_PCC_H
 #define _ASM_ARCH_PCC_H
 
-#include <common.h>
 #include <asm/arch/scg.h>
 
 /* PCC2 */

+ 0 - 2
arch/arm/include/asm/arch-mx7ulp/scg.h

@@ -6,8 +6,6 @@
 #ifndef _ASM_ARCH_SCG_H
 #define _ASM_ARCH_SCG_H
 
-#include <common.h>
-
 #ifdef CONFIG_CLK_DEBUG
 #define clk_debug(fmt, args...)	printf(fmt, ##args)
 #else

+ 0 - 1
arch/arm/include/asm/arch-omap4/clock.h

@@ -7,7 +7,6 @@
  */
 #ifndef _CLOCKS_OMAP4_H_
 #define _CLOCKS_OMAP4_H_
-#include <common.h>
 #include <asm/omap_common.h>
 
 /*

+ 0 - 1
arch/arm/include/asm/arch-omap5/clock.h

@@ -8,7 +8,6 @@
  */
 #ifndef _CLOCKS_OMAP5_H_
 #define _CLOCKS_OMAP5_H_
-#include <common.h>
 #include <asm/omap_common.h>
 
 /*

+ 0 - 1
arch/arm/include/asm/arch-omap5/dra7xx_iodelay.h

@@ -9,7 +9,6 @@
 #ifndef _DRA7_IODELAY_H_
 #define _DRA7_IODELAY_H_
 
-#include <common.h>
 #include <asm/arch/sys_proto.h>
 
 /* CONFIG_REG_0 */

+ 0 - 2
arch/arm/include/asm/arch-rk3308/cru_rk3308.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_CRU_RK3308_H
 #define _ASM_ARCH_CRU_RK3308_H
 
-#include <common.h>
-
 #define MHz		1000000
 #define OSC_HZ		(24 * MHz)
 

+ 0 - 2
arch/arm/include/asm/arch-rk3308/grf_rk3308.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_GRF_rk3308_H
 #define _ASM_ARCH_GRF_rk3308_H
 
-#include <common.h>
-
 struct rk3308_grf {
 	unsigned int gpio0a_iomux;
 	unsigned int reserved0;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_px30.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_CRU_PX30_H
 #define _ASM_ARCH_CRU_PX30_H
 
-#include <common.h>
-
 #define MHz		1000000
 #define KHz		1000
 #define OSC_HZ		(24 * MHz)

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_rk3036.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_CRU_RK3036_H
 #define _ASM_ARCH_CRU_RK3036_H
 
-#include <common.h>
-
 #define OSC_HZ		(24 * 1000 * 1000)
 
 #define APLL_HZ		(600 * 1000000)

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_rk3128.h

@@ -6,8 +6,6 @@
 #ifndef _ASM_ARCH_CRU_RK3128_H
 #define _ASM_ARCH_CRU_RK3128_H
 
-#include <common.h>
-
 #define MHz		1000000
 #define OSC_HZ		(24 * MHz)
 

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_rk322x.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_CRU_RK322X_H
 #define _ASM_ARCH_CRU_RK322X_H
 
-#include <common.h>
-
 #define MHz		1000000
 #define OSC_HZ		(24 * MHz)
 

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_rk3328.h

@@ -6,8 +6,6 @@
 #ifndef __ASM_ARCH_CRU_RK3328_H_
 #define __ASM_ARCH_CRU_RK3328_H_
 
-#include <common.h>
-
 struct rk3328_clk_priv {
 	struct rk3328_cru *cru;
 	ulong rate;

+ 0 - 3
arch/arm/include/asm/arch-rockchip/cru_rk3368.h

@@ -6,9 +6,6 @@
 #ifndef _ASM_ARCH_CRU_RK3368_H
 #define _ASM_ARCH_CRU_RK3368_H
 
-#include <common.h>
-
-
 /* RK3368 clock numbers */
 enum rk3368_pll_id {
 	APLLB,

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_rk3399.h

@@ -6,8 +6,6 @@
 #ifndef __ASM_ARCH_CRU_RK3399_H_
 #define __ASM_ARCH_CRU_RK3399_H_
 
-#include <common.h>
-
 /* Private data for the clock driver - used by rockchip_get_cru() */
 struct rk3399_clk_priv {
 	struct rockchip_cru *cru;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/cru_rv1108.h

@@ -6,8 +6,6 @@
 #ifndef _ASM_ARCH_CRU_RV1108_H
 #define _ASM_ARCH_CRU_RV1108_H
 
-#include <common.h>
-
 #define OSC_HZ		(24 * 1000 * 1000)
 
 #define APLL_HZ		(600 * 1000000)

+ 0 - 2
arch/arm/include/asm/arch-rockchip/grf_px30.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_GRF_px30_H
 #define _ASM_ARCH_GRF_px30_H
 
-#include <common.h>
-
 struct px30_grf {
 	unsigned int gpio1al_iomux;
 	unsigned int gpio1ah_iomux;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/grf_rk3036.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_GRF_RK3036_H
 #define _ASM_ARCH_GRF_RK3036_H
 
-#include <common.h>
-
 struct rk3036_grf {
 	unsigned int reserved[0x2a];
 	unsigned int gpio0a_iomux;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/grf_rk3128.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_GRF_RK3128_H
 #define _ASM_ARCH_GRF_RK3128_H
 
-#include <common.h>
-
 struct rk3128_grf {
 	unsigned int reserved[0x2a];
 	unsigned int gpio0a_iomux;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/grf_rk322x.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_GRF_RK322X_H
 #define _ASM_ARCH_GRF_RK322X_H
 
-#include <common.h>
-
 struct rk322x_grf {
 	unsigned int gpio0a_iomux;
 	unsigned int gpio0b_iomux;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/grf_rk3368.h

@@ -6,8 +6,6 @@
 #ifndef _ASM_ARCH_GRF_RK3368_H
 #define _ASM_ARCH_GRF_RK3368_H
 
-#include <common.h>
-
 struct rk3368_grf {
 	u32 gpio1a_iomux;
 	u32 gpio1b_iomux;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/grf_rv1108.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_GRF_RV1108_H
 #define _ASM_ARCH_GRF_RV1108_H
 
-#include <common.h>
-
 struct rv1108_grf {
 	u32 reserved[4];
 	u32 gpio1a_iomux;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/sdram_rk3036.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_SDRAM_RK3036_H
 #define _ASM_ARCH_SDRAM_RK3036_H
 
-#include <common.h>
-
 struct rk3036_ddr_pctl {
 	u32 scfg;
 	u32 sctl;

+ 0 - 2
arch/arm/include/asm/arch-rockchip/sdram_rk322x.h

@@ -5,8 +5,6 @@
 #ifndef _ASM_ARCH_SDRAM_RK322X_H
 #define _ASM_ARCH_SDRAM_RK322X_H
 
-#include <common.h>
-
 struct rk322x_sdram_channel {
 	/*
 	 * bit width in address, eg:

+ 0 - 2
arch/arm/include/asm/arch-s32v234/clock.h

@@ -6,8 +6,6 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
-
 enum mxc_clock {
 	MXC_ARM_CLK = 0,
 	MXC_BUS_CLK,

+ 0 - 1
arch/arm/include/asm/arch-sunxi/rsb.h

@@ -11,7 +11,6 @@
 #ifndef __SUNXI_RSB_H
 #define __SUNXI_RSB_H
 
-#include <common.h>
 #include <asm/io.h>
 
 struct sunxi_rsb_reg {

+ 0 - 2
arch/arm/include/asm/arch-tegra/ivc.h

@@ -6,8 +6,6 @@
 #ifndef _ASM_ARCH_TEGRA_IVC_H
 #define _ASM_ARCH_TEGRA_IVC_H
 
-#include <common.h>
-
 /*
  * Tegra IVC is a communication protocol that transfers fixed-size frames
  * bi-directionally and in-order between the local CPU and some remote entity.

+ 0 - 1
arch/arm/include/asm/arch-tegra/tegra_mmc.h

@@ -8,7 +8,6 @@
 #ifndef __TEGRA_MMC_H_
 #define __TEGRA_MMC_H_
 
-#include <common.h>
 #include <clk.h>
 #include <reset.h>
 #include <fdtdec.h>

+ 0 - 2
arch/arm/include/asm/arch-vf610/clock.h

@@ -6,8 +6,6 @@
 #ifndef __ASM_ARCH_CLOCK_H
 #define __ASM_ARCH_CLOCK_H
 
-#include <common.h>
-
 enum mxc_clock {
 	MXC_ARM_CLK = 0,
 	MXC_BUS_CLK,

+ 1 - 1
arch/arm/include/asm/dma-mapping.h

@@ -7,10 +7,10 @@
 #ifndef __ASM_ARM_DMA_MAPPING_H
 #define __ASM_ARM_DMA_MAPPING_H
 
-#include <common.h>
 #include <asm/cache.h>
 #include <cpu_func.h>
 #include <linux/dma-direction.h>
+#include <linux/kernel.h>
 #include <linux/types.h>
 #include <malloc.h>
 

+ 0 - 1
arch/arm/include/asm/emif.h

@@ -13,7 +13,6 @@
 #ifndef _EMIF_H_
 #define _EMIF_H_
 #include <asm/types.h>
-#include <common.h>
 #include <asm/io.h>
 
 /* Base address */

+ 1 - 1
arch/arm/include/asm/mach-imx/iomux-v3.h

@@ -10,7 +10,7 @@
 #ifndef __MACH_IOMUX_V3_H__
 #define __MACH_IOMUX_V3_H__
 
-#include <common.h>
+#include <linux/types.h>
 
 /*
  *	build IOMUX_PAD structure

+ 4 - 2
arch/arm/include/asm/mach-imx/sys_proto.h

@@ -10,9 +10,11 @@
 #include <asm/io.h>
 #include <asm/mach-imx/regs-common.h>
 #include <asm/mach-imx/module_fuse.h>
-#include <common.h>
+#include <linux/bitops.h>
 #include "../arch-imx/cpu.h"
 
+struct bd_info;
+
 #define soc_rev() (get_cpu_rev() & 0xFF)
 #define is_soc_rev(rev) (soc_rev() == rev)
 
@@ -182,7 +184,7 @@ char nxp_board_rev_string(void);
  * Initializes on-chip ethernet controllers.
  * to override, implement board_eth_init()
  */
-int fecmxc_initialize(bd_t *bis);
+int fecmxc_initialize(struct bd_info *bis);
 u32 get_ahb_clk(void);
 u32 get_periph_clk(void);
 

+ 6 - 4
arch/arm/include/asm/omap_common.h

@@ -10,10 +10,12 @@
 
 #ifndef __ASSEMBLY__
 
-#include <common.h>
+#include <linux/types.h>
 
 #define NUM_SYS_CLKS	7
 
+struct bd_info;
+
 struct prcm_regs {
 	/* cm1.ckgen */
 	u32 cm_clksel_core;
@@ -683,9 +685,9 @@ void omap_die_id(unsigned int *die_id);
 void gpi2c_init(void);
 
 /* Common FDT Fixups */
-int ft_hs_disable_rng(void *fdt, bd_t *bd);
-int ft_hs_fixup_dram(void *fdt, bd_t *bd);
-int ft_hs_add_tee(void *fdt, bd_t *bd);
+int ft_hs_disable_rng(void *fdt, struct bd_info *bd);
+int ft_hs_fixup_dram(void *fdt, struct bd_info *bd);
+int ft_hs_add_tee(void *fdt, struct bd_info *bd);
 
 /* ABB */
 #define OMAP_ABB_NOMINAL_OPP		0

+ 0 - 2
arch/arm/include/asm/omap_sec_common.h

@@ -8,8 +8,6 @@
 #ifndef	_OMAP_SEC_COMMON_H_
 #define	_OMAP_SEC_COMMON_H_
 
-#include <common.h>
-
 /*
  * Invoke secure ROM API on high-security (HS) device variants. It formats
  * the variable argument list into the format expected by the ROM code before

+ 4 - 0
arch/arm/include/asm/psci.h

@@ -18,6 +18,10 @@
 #ifndef __ARM_PSCI_H__
 #define __ARM_PSCI_H__
 
+#ifndef __ASSEMBLY__
+#include <linux/bitops.h>
+#endif
+
 #define ARM_PSCI_VER_1_0		(0x00010000)
 #define ARM_PSCI_VER_0_2		(0x00000002)
 

+ 2 - 1
arch/arm/include/asm/system.h

@@ -1,7 +1,6 @@
 #ifndef __ASM_ARM_SYSTEM_H
 #define __ASM_ARM_SYSTEM_H
 
-#include <common.h>
 #include <linux/compiler.h>
 #include <asm/barriers.h>
 
@@ -110,6 +109,8 @@
 
 #ifndef __ASSEMBLY__
 
+struct pt_regs;
+
 u64 get_page_table_size(void);
 #define PGTABLE_SIZE	get_page_table_size()
 

+ 1 - 0
arch/arm/mach-imx/ddrmc-vf610.c

@@ -6,6 +6,7 @@
  * Copyright 2013 Freescale Semiconductor, Inc.
  */
 
+#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/iomux-vf610.h>

+ 2 - 0
arch/arm/mach-imx/mx7ulp/soc.c

@@ -2,6 +2,8 @@
 /*
  * Copyright (C) 2016 Freescale Semiconductor, Inc.
  */
+
+#include <common.h>
 #include <cpu_func.h>
 #include <init.h>
 #include <asm/io.h>

+ 1 - 0
arch/arm/mach-imx/sata.c

@@ -7,6 +7,7 @@
 #include <asm/arch/iomux.h>
 #include <asm/io.h>
 #include <asm/arch/clock.h>
+#include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>
 
 int setup_sata(void)

+ 1 - 0
arch/arm/mach-omap2/am33xx/ddr.c

@@ -5,6 +5,7 @@
  * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  */
 
+#include <common.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/ddr_defs.h>
 #include <asm/arch/sys_proto.h>

+ 1 - 0
arch/arm/mach-omap2/omap4/sdram_elpida.c

@@ -9,6 +9,7 @@
  * Aneesh V <aneesh@ti.com>
  */
 
+#include <common.h>
 #include <asm/emif.h>
 #include <asm/arch/sys_proto.h>
 

+ 1 - 0
arch/arm/mach-omap2/omap5/sdram.c

@@ -10,6 +10,7 @@
  * Sricharan R <r.sricharan@ti.com>
  */
 
+#include <common.h>
 #include <asm/emif.h>
 #include <asm/arch/sys_proto.h>
 

+ 2 - 0
arch/arm/mach-rockchip/rk3036/rk3036.c

@@ -2,6 +2,8 @@
 /*
  * (C) Copyright 2019 Rockchip Electronics Co., Ltd
  */
+
+#include <common.h>
 #include <asm/io.h>
 #include <asm/arch-rockchip/grf_rk3036.h>
 #include <asm/arch-rockchip/hardware.h>

+ 1 - 0
board/compulab/cm_t54/mux.c

@@ -10,6 +10,7 @@
 #ifndef _CM_T54_MUX_DATA_H
 #define _CM_T54_MUX_DATA_H
 
+#include <common.h>
 #include <asm/arch/mux_omap5.h>
 #include <asm/arch/sys_proto.h>
 

+ 1 - 0
board/el/el6x/el6x.c

@@ -5,6 +5,7 @@
  * Based on other i.MX6 boards
  */
 
+#include <common.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>

+ 1 - 0
board/embest/mx6boards/mx6boards.c

@@ -12,6 +12,7 @@
  * Copyright (C) 2013 Jon Nettleton <jon.nettleton@gmail.com>.
  */
 
+#include <common.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/sys_proto.h>

+ 1 - 0
board/gateworks/gw_ventana/common.c

@@ -5,6 +5,7 @@
  * Author: Tim Harvey <tharvey@gateworks.com>
  */
 
+#include <common.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/mx6-pins.h>
 #include <asm/arch/sys_proto.h>

+ 1 - 0
board/grinn/liteboard/board.c

@@ -4,6 +4,7 @@
  * Copyright (C) 2016 Grinn
  */
 
+#include <common.h>
 #include <command.h>
 #include <init.h>
 #include <asm/arch/clock.h>

+ 2 - 0
board/overo/spl.c

@@ -11,6 +11,8 @@
  * (C) Copyright 2004-2008
  * Texas Instruments, <www.ti.com>
  */
+
+#include <common.h>
 #include <asm/io.h>
 #include <asm/arch/mem.h>
 #include <asm/arch/sys_proto.h>

+ 1 - 0
board/sks-kinkel/sksimx6/sksimx6.c

@@ -3,6 +3,7 @@
  * Copyright (C) 2016 Stefano Babic <sbabic@denx.de>
  */
 
+#include <common.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/iomux.h>

+ 1 - 0
board/solidrun/mx6cuboxi/mx6cuboxi.c

@@ -13,6 +13,7 @@
  * Ported to SolidRun microSOM by Rabeeh Khoury <rabeeh@solid-run.com>
  */
 
+#include <common.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>

+ 1 - 0
board/technexion/pico-imx6/spl.c

@@ -6,6 +6,7 @@
  *	   Fabio Estevam <festevam@gmail.com>
  */
 
+#include <common.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/iomux.h>

+ 1 - 0
board/technexion/pico-imx7d/spl.c

@@ -5,6 +5,7 @@
  * Author: Richard Hu <richard.hu@technexion.com>
  */
 
+#include <common.h>
 #include <cpu_func.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>

+ 1 - 0
board/udoo/udoo_spl.c

@@ -6,6 +6,7 @@
  * Based on board/wandboard/spl.c
  */
 
+#include <common.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/iomux.h>

+ 1 - 0
board/wandboard/spl.c

@@ -5,6 +5,7 @@
  *         Richard Hu <hakahu@gmail.com>
  */
 
+#include <common.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/iomux.h>

+ 1 - 0
board/wandboard/wandboard.c

@@ -6,6 +6,7 @@
  * Author: Fabio Estevam <fabio.estevam@freescale.com>
  */
 
+#include <common.h>
 #include <init.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/crm_regs.h>

+ 2 - 0
drivers/mtd/nand/raw/denali.c

@@ -11,6 +11,8 @@
 #include <dm/device_compat.h>
 #include <dm/devres.h>
 #include <linux/bitfield.h>
+#include <linux/delay.h>
+#include <linux/dma-direction.h>
 #include <linux/dma-mapping.h>
 #include <linux/err.h>
 #include <linux/errno.h>

+ 2 - 0
drivers/mtd/nand/raw/denali_dt.c

@@ -7,6 +7,8 @@
 #include <clk.h>
 #include <dm.h>
 #include <dm/device_compat.h>
+#include <linux/bug.h>
+#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/ioport.h>
 #include <linux/printk.h>

+ 7 - 0
drivers/usb/eth/lan7x.h

@@ -4,7 +4,10 @@
  */
 
 #include <console.h>
+#include <time.h>
 #include <watchdog.h>
+#include <linux/delay.h>
+#include <linux/errno.h>
 
 /* USB Vendor Requests */
 #define USB_VENDOR_REQUEST_WRITE_REGISTER	0xA0
@@ -122,6 +125,10 @@ int lan7x_write_reg(struct usb_device *udev, u32 index, u32 data);
 
 int lan7x_read_reg(struct usb_device *udev, u32 index, u32 *data);
 
+/*
+ * FIXME: Code should not be in header files. Nive this to a file common to
+ * the two drivers.
+ */
 static inline int lan7x_wait_for_bit(struct usb_device *udev,
 				     const char *prefix, const u32 reg,
 				     const u32 mask, const bool set,

+ 1 - 0
include/linux/compat.h

@@ -1,6 +1,7 @@
 #ifndef _LINUX_COMPAT_H_
 #define _LINUX_COMPAT_H_
 
+#include <log.h>
 #include <malloc.h>
 #include <linux/types.h>
 #include <linux/err.h>

+ 1 - 0
include/linux/mtd/rawnand.h

@@ -16,6 +16,7 @@
 #include <config.h>
 
 #include <dm/device.h>
+#include <linux/bitops.h>
 #include <linux/compat.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/flashchip.h>

+ 5 - 1
include/net.h

@@ -15,9 +15,13 @@
 #include <asm/cache.h>
 #include <asm/byteorder.h>	/* for nton* / ntoh* stuff */
 #include <env.h>
+#include <log.h>
+#include <time.h>
 #include <linux/if_ether.h>
 #include <rand.h>
 
+struct cmd_tbl_s;
+
 #define DEBUG_LL_STATE 0	/* Link local state machine changes */
 #define DEBUG_DEV_PKT 0		/* Packets or info directed to the device */
 #define DEBUG_NET_PKT 0		/* Packets on info on the network at large */
@@ -59,7 +63,7 @@ struct in_addr {
  * @argv: List of arguments
  * @return result (see enum command_ret_t)
  */
-int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]);
+int do_tftpb(struct cmd_tbl_s *cmdtp, int flag, int argc, char *const argv[]);
 
 /**
  * An incoming packet handler.

+ 2 - 0
include/spl.h

@@ -26,6 +26,8 @@ struct image_header;
 #define MMCSD_MODE_FS		2
 #define MMCSD_MODE_EMMCBOOT	3
 
+struct image_header;
+
 /*
  * u_boot_first_phase() - check if this is the first U-Boot phase
  *