Re: [PATCH 42/81] mmc: Remove and add needed includes

2024-05-09 Thread Kever Yang



On 2024/5/2 09:30, Tom Rini wrote:

Remove  from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini 

Reviewed-by: Kever Yang 

Thanks,
- Kever

---
Cc: Peng Fan 
Cc: Jaehoon Chung 
Cc: Tom Rini 
Cc: Ryan Chen 
Cc: Chia-Wei Wang 
Cc: Aspeed BMC SW team 
Cc: Joel Stanley 
Cc: Matthias Brugger 
Cc: Peter Robinson 
Cc: Thomas Fitzsimmons 
Cc: Alex Nemirovsky 
Cc: Masahisa Kojima 
Cc: Neil Armstrong 
Cc: Simon Glass 
Cc: Caleb Connolly 
Cc: Sumit Garg 
Cc: Ryder Lee 
Cc: Weijie Gao 
Cc: Chunfeng Yun 
Cc: GSS_MTK_Uboot_upstream 
Cc: Tianrui Wei 
Cc: Philipp Tomsich 
Cc: Kever Yang 
Cc: Nobuhiro Iwamatsu 
Cc: Marek Vasut 
Cc: Eugeniy Paltsev 
Cc: Patrice Chotard 
Cc: Patrick Delaunay 
Cc: Thierry Reding 
Cc: Svyatoslav Ryhel 
Cc: Kunihiko Hayashi 
Cc: Dai Okamura 
Cc: Stefan Roese 
Cc: Michal Simek 
---
  drivers/mmc/am654_sdhci.c | 1 -
  drivers/mmc/arm_pl180_mmci.c  | 1 -
  drivers/mmc/aspeed_sdhci.c| 1 -
  drivers/mmc/atmel_sdhci.c | 1 -
  drivers/mmc/bcm2835_sdhci.c   | 1 -
  drivers/mmc/bcm2835_sdhost.c  | 1 -
  drivers/mmc/bcmstb_sdhci.c| 1 -
  drivers/mmc/ca_dw_mmc.c   | 1 -
  drivers/mmc/davinci_mmc.c | 1 -
  drivers/mmc/dw_mmc.c  | 1 -
  drivers/mmc/exynos_dw_mmc.c   | 1 -
  drivers/mmc/f_sdh30.c | 1 -
  drivers/mmc/fsl_esdhc.c   | 1 -
  drivers/mmc/fsl_esdhc_imx.c   | 1 -
  drivers/mmc/fsl_esdhc_spl.c   | 2 +-
  drivers/mmc/ftsdc010_mci.c| 1 -
  drivers/mmc/gen_atmel_mci.c   | 2 +-
  drivers/mmc/hi6220_dw_mmc.c   | 1 -
  drivers/mmc/iproc_sdhci.c | 1 -
  drivers/mmc/jz_mmc.c  | 1 -
  drivers/mmc/kona_sdhci.c  | 1 -
  drivers/mmc/meson_gx_mmc.c| 1 -
  drivers/mmc/mmc-pwrseq.c  | 1 -
  drivers/mmc/mmc-uclass.c  | 1 -
  drivers/mmc/mmc.c | 3 ++-
  drivers/mmc/mmc_boot.c| 1 -
  drivers/mmc/mmc_bootdev.c | 1 -
  drivers/mmc/mmc_legacy.c  | 1 -
  drivers/mmc/mmc_spi.c | 1 -
  drivers/mmc/mmc_write.c   | 1 -
  drivers/mmc/msm_sdhci.c   | 1 -
  drivers/mmc/mtk-sd.c  | 1 -
  drivers/mmc/mv_sdhci.c| 1 -
  drivers/mmc/mvebu_mmc.c   | 1 -
  drivers/mmc/mxcmmc.c  | 1 -
  drivers/mmc/mxsmmc.c  | 1 -
  drivers/mmc/nexell_dw_mmc.c   | 1 -
  drivers/mmc/npcm_sdhci.c  | 1 -
  drivers/mmc/omap_hsmmc.c  | 1 -
  drivers/mmc/owl_mmc.c | 1 -
  drivers/mmc/pci_mmc.c | 1 -
  drivers/mmc/piton_mmc.c   | 1 -
  drivers/mmc/rockchip_dw_mmc.c | 1 -
  drivers/mmc/rockchip_sdhci.c  | 1 -
  drivers/mmc/rpmb.c| 1 -
  drivers/mmc/s5p_sdhci.c   | 1 -
  drivers/mmc/sandbox_mmc.c | 1 -
  drivers/mmc/sdhci-adma.c  | 1 -
  drivers/mmc/sdhci-cadence.c   | 1 -
  drivers/mmc/sdhci.c   | 2 +-
  drivers/mmc/sh_mmcif.c| 1 -
  drivers/mmc/snps_dw_mmc.c | 1 -
  drivers/mmc/socfpga_dw_mmc.c  | 1 -
  drivers/mmc/sti_sdhci.c   | 1 -
  drivers/mmc/stm32_sdmmc2.c| 1 -
  drivers/mmc/sunxi_mmc.c   | 1 -
  drivers/mmc/tangier_sdhci.c   | 1 -
  drivers/mmc/tegra_mmc.c   | 1 -
  drivers/mmc/tmio-common.c | 1 -
  drivers/mmc/uniphier-sd.c | 1 -
  drivers/mmc/xenon_sdhci.c | 1 -
  drivers/mmc/zynq_sdhci.c  | 1 -
  62 files changed, 5 insertions(+), 62 deletions(-)

diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
index ffb461c2f6c1..48fac7a11b48 100644
--- a/drivers/mmc/am654_sdhci.c
+++ b/drivers/mmc/am654_sdhci.c
@@ -6,7 +6,6 @@
   */
  
  #include 

-#include 
  #include 
  #include 
  #include 
diff --git a/drivers/mmc/arm_pl180_mmci.c b/drivers/mmc/arm_pl180_mmci.c
index cecc7ad783d0..f00b0ff0dc95 100644
--- a/drivers/mmc/arm_pl180_mmci.c
+++ b/drivers/mmc/arm_pl180_mmci.c
@@ -11,7 +11,6 @@
  
  /* #define DEBUG */
  
-#include "common.h"

  #include 
  #include 
  #include 
diff --git a/drivers/mmc/aspeed_sdhci.c b/drivers/mmc/aspeed_sdhci.c
index c9626c6beb8f..87a6f66ebb37 100644
--- a/drivers/mmc/aspeed_sdhci.c
+++ b/drivers/mmc/aspeed_sdhci.c
@@ -4,7 +4,6 @@
   * Eddie James 
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c
index d92bad97b71e..0b265196f025 100644
--- a/drivers/mmc/atmel_sdhci.c
+++ b/drivers/mmc/atmel_sdhci.c
@@ -4,7 +4,6 @@
   *  Wenyou.Yang 
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c
index 5e48394fd0fb..598a51d914a9 100644
--- a/drivers/mmc/bcm2835_sdhci.c
+++ b/drivers/mmc/bcm2835_sdhci.c
@@ -36,7 +36,6 @@
   * Inspired by sdhci-pci.c, by Pierre Ossman
   */
  
-#include 

  #include 
  #include 
  #include 
diff --git a/drivers/mmc/bcm2835_sdhost.c b/drivers/mmc/bcm2835_sdhost.c
index 5c23c03d10d7..720127468d37 100644
--- a/drivers/mmc/bcm2835_sdhost.c
+++ b/drivers/mmc/bcm2835_sdhost.c
@@ -30,7 +30,6 @@
   *  sdhci.c and sdhci-pci.c by Pierre Ossman
   */
  #include 
-#include 
  #include 
  #include 
  #include 
diff --git 

RE: [PATCH 42/81] mmc: Remove and add needed includes

2024-05-02 Thread Jaehoon Chung



> -Original Message-
> From: Tom Rini 
> Sent: Thursday, May 2, 2024 10:31 AM
> To: u-boot@lists.denx.de
> Cc: Peng Fan ; Jaehoon Chung ; Ryan 
> Chen
> ; Chia-Wei Wang ; 
> Aspeed BMC SW team  s...@aspeedtech.com>; Joel Stanley ; Matthias Brugger 
> ; Peter
> Robinson ; Thomas Fitzsimmons ; 
> Alex Nemirovsky
> ; Masahisa Kojima 
> ; Neil Armstrong
> ; Simon Glass ; Caleb Connolly
> ; Sumit Garg ; Ryder Lee 
> ;
> Weijie Gao ; Chunfeng Yun 
> ; GSS_MTK_Uboot_upstream
> ; Tianrui Wei ; 
> Philipp Tomsich
> ; Kever Yang ; Nobuhiro 
> Iwamatsu
> ; Marek Vasut ; 
> Eugeniy Paltsev
> ; Patrice Chotard 
> ; Patrick Delaunay
> ; Thierry Reding ; 
> Svyatoslav Ryhel
> ; Kunihiko Hayashi ; Dai 
> Okamura
> ; Stefan Roese ; Michal Simek 
> 
> Subject: [PATCH 42/81] mmc: Remove  and add needed includes
>
> Remove  from this driver directory and when needed
> add missing include files directly.
>
> Signed-off-by: Tom Rini 

Reviewed-by: Jaehoon Chung 

Best Regards,
Jaehoon Chung

> ---
> Cc: Peng Fan 
> Cc: Jaehoon Chung 
> Cc: Tom Rini 
> Cc: Ryan Chen 
> Cc: Chia-Wei Wang 
> Cc: Aspeed BMC SW team 
> Cc: Joel Stanley 
> Cc: Matthias Brugger 
> Cc: Peter Robinson 
> Cc: Thomas Fitzsimmons 
> Cc: Alex Nemirovsky 
> Cc: Masahisa Kojima 
> Cc: Neil Armstrong 
> Cc: Simon Glass 
> Cc: Caleb Connolly 
> Cc: Sumit Garg 
> Cc: Ryder Lee 
> Cc: Weijie Gao 
> Cc: Chunfeng Yun 
> Cc: GSS_MTK_Uboot_upstream 
> Cc: Tianrui Wei 
> Cc: Philipp Tomsich 
> Cc: Kever Yang 
> Cc: Nobuhiro Iwamatsu 
> Cc: Marek Vasut 
> Cc: Eugeniy Paltsev 
> Cc: Patrice Chotard 
> Cc: Patrick Delaunay 
> Cc: Thierry Reding 
> Cc: Svyatoslav Ryhel 
> Cc: Kunihiko Hayashi 
> Cc: Dai Okamura 
> Cc: Stefan Roese 
> Cc: Michal Simek 
> ---
>  drivers/mmc/am654_sdhci.c | 1 -
>  drivers/mmc/arm_pl180_mmci.c  | 1 -
>  drivers/mmc/aspeed_sdhci.c| 1 -
>  drivers/mmc/atmel_sdhci.c | 1 -
>  drivers/mmc/bcm2835_sdhci.c   | 1 -
>  drivers/mmc/bcm2835_sdhost.c  | 1 -
>  drivers/mmc/bcmstb_sdhci.c| 1 -
>  drivers/mmc/ca_dw_mmc.c   | 1 -
>  drivers/mmc/davinci_mmc.c | 1 -
>  drivers/mmc/dw_mmc.c  | 1 -
>  drivers/mmc/exynos_dw_mmc.c   | 1 -
>  drivers/mmc/f_sdh30.c | 1 -
>  drivers/mmc/fsl_esdhc.c   | 1 -
>  drivers/mmc/fsl_esdhc_imx.c   | 1 -
>  drivers/mmc/fsl_esdhc_spl.c   | 2 +-
>  drivers/mmc/ftsdc010_mci.c| 1 -
>  drivers/mmc/gen_atmel_mci.c   | 2 +-
>  drivers/mmc/hi6220_dw_mmc.c   | 1 -
>  drivers/mmc/iproc_sdhci.c | 1 -
>  drivers/mmc/jz_mmc.c  | 1 -
>  drivers/mmc/kona_sdhci.c  | 1 -
>  drivers/mmc/meson_gx_mmc.c| 1 -
>  drivers/mmc/mmc-pwrseq.c  | 1 -
>  drivers/mmc/mmc-uclass.c  | 1 -
>  drivers/mmc/mmc.c | 3 ++-
>  drivers/mmc/mmc_boot.c| 1 -
>  drivers/mmc/mmc_bootdev.c | 1 -
>  drivers/mmc/mmc_legacy.c  | 1 -
>  drivers/mmc/mmc_spi.c | 1 -
>  drivers/mmc/mmc_write.c   | 1 -
>  drivers/mmc/msm_sdhci.c   | 1 -
>  drivers/mmc/mtk-sd.c  | 1 -
>  drivers/mmc/mv_sdhci.c| 1 -
>  drivers/mmc/mvebu_mmc.c   | 1 -
>  drivers/mmc/mxcmmc.c  | 1 -
>  drivers/mmc/mxsmmc.c  | 1 -
>  drivers/mmc/nexell_dw_mmc.c   | 1 -
>  drivers/mmc/npcm_sdhci.c  | 1 -
>  drivers/mmc/omap_hsmmc.c  | 1 -
>  drivers/mmc/owl_mmc.c | 1 -
>  drivers/mmc/pci_mmc.c | 1 -
>  drivers/mmc/piton_mmc.c   | 1 -
>  drivers/mmc/rockchip_dw_mmc.c | 1 -
>  drivers/mmc/rockchip_sdhci.c  | 1 -
>  drivers/mmc/rpmb.c| 1 -
>  drivers/mmc/s5p_sdhci.c   | 1 -
>  drivers/mmc/sandbox_mmc.c | 1 -
>  drivers/mmc/sdhci-adma.c  | 1 -
>  drivers/mmc/sdhci-cadence.c   | 1 -
>  drivers/mmc/sdhci.c   | 2 +-
>  drivers/mmc/sh_mmcif.c| 1 -
>  drivers/mmc/snps_dw_mmc.c | 1 -
>  drivers/mmc/socfpga_dw_mmc.c  | 1 -
>  drivers/mmc/sti_sdhci.c   | 1 -
>  drivers/mmc/stm32_sdmmc2.c| 1 -
>  drivers/mmc/sunxi_mmc.c   | 1 -
>  drivers/mmc/tangier_sdhci.c   | 1 -
>  drivers/mmc/tegra_mmc.c   | 1 -
>  drivers/mmc/tmio-common.c | 1 -
>  drivers/mmc/uniphier-sd.c | 1 -
>  drivers/mmc/xenon_sdhci.c | 1 -
>  drivers/mmc/zynq_sdhci.c  | 1 -
>  62 files changed, 5 insertions(+), 62 deletions(-)
>
> diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
> index ffb461c2f6c1..48fac7a11b48 100644
> --- a/drivers/mmc/am654_sdhci.c
> +++ b/drivers/mmc/am654_sdhci.c
> @@ -6,7 +6,6 @@
>   */
>
>  #include 
> -#include 
>  #include 
>  #include 
>  #include 
> diff --git a/drivers/mmc/arm_pl180_mmci.c b/drivers/mm

Re: [PATCH 42/81] mmc: Remove and add needed includes

2024-05-02 Thread Peter Robinson
On Thu, 2 May 2024 at 02:32, Tom Rini  wrote:
>
> Remove  from this driver directory and when needed
> add missing include files directly.
>
> Signed-off-by: Tom Rini 
Reviewed-by: Peter Robinson 

Looks good.

> ---
> Cc: Peng Fan 
> Cc: Jaehoon Chung 
> Cc: Tom Rini 
> Cc: Ryan Chen 
> Cc: Chia-Wei Wang 
> Cc: Aspeed BMC SW team 
> Cc: Joel Stanley 
> Cc: Matthias Brugger 
> Cc: Peter Robinson 
> Cc: Thomas Fitzsimmons 
> Cc: Alex Nemirovsky 
> Cc: Masahisa Kojima 
> Cc: Neil Armstrong 
> Cc: Simon Glass 
> Cc: Caleb Connolly 
> Cc: Sumit Garg 
> Cc: Ryder Lee 
> Cc: Weijie Gao 
> Cc: Chunfeng Yun 
> Cc: GSS_MTK_Uboot_upstream 
> Cc: Tianrui Wei 
> Cc: Philipp Tomsich 
> Cc: Kever Yang 
> Cc: Nobuhiro Iwamatsu 
> Cc: Marek Vasut 
> Cc: Eugeniy Paltsev 
> Cc: Patrice Chotard 
> Cc: Patrick Delaunay 
> Cc: Thierry Reding 
> Cc: Svyatoslav Ryhel 
> Cc: Kunihiko Hayashi 
> Cc: Dai Okamura 
> Cc: Stefan Roese 
> Cc: Michal Simek 
> ---
>  drivers/mmc/am654_sdhci.c | 1 -
>  drivers/mmc/arm_pl180_mmci.c  | 1 -
>  drivers/mmc/aspeed_sdhci.c| 1 -
>  drivers/mmc/atmel_sdhci.c | 1 -
>  drivers/mmc/bcm2835_sdhci.c   | 1 -
>  drivers/mmc/bcm2835_sdhost.c  | 1 -
>  drivers/mmc/bcmstb_sdhci.c| 1 -
>  drivers/mmc/ca_dw_mmc.c   | 1 -
>  drivers/mmc/davinci_mmc.c | 1 -
>  drivers/mmc/dw_mmc.c  | 1 -
>  drivers/mmc/exynos_dw_mmc.c   | 1 -
>  drivers/mmc/f_sdh30.c | 1 -
>  drivers/mmc/fsl_esdhc.c   | 1 -
>  drivers/mmc/fsl_esdhc_imx.c   | 1 -
>  drivers/mmc/fsl_esdhc_spl.c   | 2 +-
>  drivers/mmc/ftsdc010_mci.c| 1 -
>  drivers/mmc/gen_atmel_mci.c   | 2 +-
>  drivers/mmc/hi6220_dw_mmc.c   | 1 -
>  drivers/mmc/iproc_sdhci.c | 1 -
>  drivers/mmc/jz_mmc.c  | 1 -
>  drivers/mmc/kona_sdhci.c  | 1 -
>  drivers/mmc/meson_gx_mmc.c| 1 -
>  drivers/mmc/mmc-pwrseq.c  | 1 -
>  drivers/mmc/mmc-uclass.c  | 1 -
>  drivers/mmc/mmc.c | 3 ++-
>  drivers/mmc/mmc_boot.c| 1 -
>  drivers/mmc/mmc_bootdev.c | 1 -
>  drivers/mmc/mmc_legacy.c  | 1 -
>  drivers/mmc/mmc_spi.c | 1 -
>  drivers/mmc/mmc_write.c   | 1 -
>  drivers/mmc/msm_sdhci.c   | 1 -
>  drivers/mmc/mtk-sd.c  | 1 -
>  drivers/mmc/mv_sdhci.c| 1 -
>  drivers/mmc/mvebu_mmc.c   | 1 -
>  drivers/mmc/mxcmmc.c  | 1 -
>  drivers/mmc/mxsmmc.c  | 1 -
>  drivers/mmc/nexell_dw_mmc.c   | 1 -
>  drivers/mmc/npcm_sdhci.c  | 1 -
>  drivers/mmc/omap_hsmmc.c  | 1 -
>  drivers/mmc/owl_mmc.c | 1 -
>  drivers/mmc/pci_mmc.c | 1 -
>  drivers/mmc/piton_mmc.c   | 1 -
>  drivers/mmc/rockchip_dw_mmc.c | 1 -
>  drivers/mmc/rockchip_sdhci.c  | 1 -
>  drivers/mmc/rpmb.c| 1 -
>  drivers/mmc/s5p_sdhci.c   | 1 -
>  drivers/mmc/sandbox_mmc.c | 1 -
>  drivers/mmc/sdhci-adma.c  | 1 -
>  drivers/mmc/sdhci-cadence.c   | 1 -
>  drivers/mmc/sdhci.c   | 2 +-
>  drivers/mmc/sh_mmcif.c| 1 -
>  drivers/mmc/snps_dw_mmc.c | 1 -
>  drivers/mmc/socfpga_dw_mmc.c  | 1 -
>  drivers/mmc/sti_sdhci.c   | 1 -
>  drivers/mmc/stm32_sdmmc2.c| 1 -
>  drivers/mmc/sunxi_mmc.c   | 1 -
>  drivers/mmc/tangier_sdhci.c   | 1 -
>  drivers/mmc/tegra_mmc.c   | 1 -
>  drivers/mmc/tmio-common.c | 1 -
>  drivers/mmc/uniphier-sd.c | 1 -
>  drivers/mmc/xenon_sdhci.c | 1 -
>  drivers/mmc/zynq_sdhci.c  | 1 -
>  62 files changed, 5 insertions(+), 62 deletions(-)
>
> diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
> index ffb461c2f6c1..48fac7a11b48 100644
> --- a/drivers/mmc/am654_sdhci.c
> +++ b/drivers/mmc/am654_sdhci.c
> @@ -6,7 +6,6 @@
>   */
>
>  #include 
> -#include 
>  #include 
>  #include 
>  #include 
> diff --git a/drivers/mmc/arm_pl180_mmci.c b/drivers/mmc/arm_pl180_mmci.c
> index cecc7ad783d0..f00b0ff0dc95 100644
> --- a/drivers/mmc/arm_pl180_mmci.c
> +++ b/drivers/mmc/arm_pl180_mmci.c
> @@ -11,7 +11,6 @@
>
>  /* #define DEBUG */
>
> -#include "common.h"
>  #include 
>  #include 
>  #include 
> diff --git a/drivers/mmc/aspeed_sdhci.c b/drivers/mmc/aspeed_sdhci.c
> index c9626c6beb8f..87a6f66ebb37 100644
> --- a/drivers/mmc/aspeed_sdhci.c
> +++ b/drivers/mmc/aspeed_sdhci.c
> @@ -4,7 +4,6 @@
>   * Eddie James 
>   */
>
> -#include 
>  #include 
>  #include 
>  #include 
> diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c
> index d92bad97b71e..0b265196f025 100644
> --- a/drivers/mmc/atmel_sdhci.c
> +++ b/drivers/mmc/atmel_sdhci.c
> @@ -4,7 +4,6 @@
>   *   Wenyou.Yang 
>   */
>
> -#include 
>  #include 
>  #include 
>  #include 
> diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c
> index 5e48394fd0fb..598a51d914a9 100644
> --- a/drivers/mmc/bcm2835_sdhci.c
> +++ b/drivers/mmc/bcm2835_sdhci.c
> @@ -36,7 +36,6 @@
>   * Inspired by sdhci-pci.c, by Pierre Ossman
>   */
>
> -#include 
>  #include 
>  #include 
>  #include 
> diff --git a/drivers/mmc/bcm2835_sdhost.c b/drivers/mmc/bcm2835_sdhost.c
> index 5c23c03d10d7..720127468d37 

[PATCH 42/81] mmc: Remove and add needed includes

2024-05-01 Thread Tom Rini
Remove  from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini 
---
Cc: Peng Fan 
Cc: Jaehoon Chung 
Cc: Tom Rini 
Cc: Ryan Chen 
Cc: Chia-Wei Wang 
Cc: Aspeed BMC SW team 
Cc: Joel Stanley 
Cc: Matthias Brugger 
Cc: Peter Robinson 
Cc: Thomas Fitzsimmons 
Cc: Alex Nemirovsky 
Cc: Masahisa Kojima 
Cc: Neil Armstrong 
Cc: Simon Glass 
Cc: Caleb Connolly 
Cc: Sumit Garg 
Cc: Ryder Lee 
Cc: Weijie Gao 
Cc: Chunfeng Yun 
Cc: GSS_MTK_Uboot_upstream 
Cc: Tianrui Wei 
Cc: Philipp Tomsich 
Cc: Kever Yang 
Cc: Nobuhiro Iwamatsu 
Cc: Marek Vasut 
Cc: Eugeniy Paltsev 
Cc: Patrice Chotard 
Cc: Patrick Delaunay 
Cc: Thierry Reding 
Cc: Svyatoslav Ryhel 
Cc: Kunihiko Hayashi 
Cc: Dai Okamura 
Cc: Stefan Roese 
Cc: Michal Simek 
---
 drivers/mmc/am654_sdhci.c | 1 -
 drivers/mmc/arm_pl180_mmci.c  | 1 -
 drivers/mmc/aspeed_sdhci.c| 1 -
 drivers/mmc/atmel_sdhci.c | 1 -
 drivers/mmc/bcm2835_sdhci.c   | 1 -
 drivers/mmc/bcm2835_sdhost.c  | 1 -
 drivers/mmc/bcmstb_sdhci.c| 1 -
 drivers/mmc/ca_dw_mmc.c   | 1 -
 drivers/mmc/davinci_mmc.c | 1 -
 drivers/mmc/dw_mmc.c  | 1 -
 drivers/mmc/exynos_dw_mmc.c   | 1 -
 drivers/mmc/f_sdh30.c | 1 -
 drivers/mmc/fsl_esdhc.c   | 1 -
 drivers/mmc/fsl_esdhc_imx.c   | 1 -
 drivers/mmc/fsl_esdhc_spl.c   | 2 +-
 drivers/mmc/ftsdc010_mci.c| 1 -
 drivers/mmc/gen_atmel_mci.c   | 2 +-
 drivers/mmc/hi6220_dw_mmc.c   | 1 -
 drivers/mmc/iproc_sdhci.c | 1 -
 drivers/mmc/jz_mmc.c  | 1 -
 drivers/mmc/kona_sdhci.c  | 1 -
 drivers/mmc/meson_gx_mmc.c| 1 -
 drivers/mmc/mmc-pwrseq.c  | 1 -
 drivers/mmc/mmc-uclass.c  | 1 -
 drivers/mmc/mmc.c | 3 ++-
 drivers/mmc/mmc_boot.c| 1 -
 drivers/mmc/mmc_bootdev.c | 1 -
 drivers/mmc/mmc_legacy.c  | 1 -
 drivers/mmc/mmc_spi.c | 1 -
 drivers/mmc/mmc_write.c   | 1 -
 drivers/mmc/msm_sdhci.c   | 1 -
 drivers/mmc/mtk-sd.c  | 1 -
 drivers/mmc/mv_sdhci.c| 1 -
 drivers/mmc/mvebu_mmc.c   | 1 -
 drivers/mmc/mxcmmc.c  | 1 -
 drivers/mmc/mxsmmc.c  | 1 -
 drivers/mmc/nexell_dw_mmc.c   | 1 -
 drivers/mmc/npcm_sdhci.c  | 1 -
 drivers/mmc/omap_hsmmc.c  | 1 -
 drivers/mmc/owl_mmc.c | 1 -
 drivers/mmc/pci_mmc.c | 1 -
 drivers/mmc/piton_mmc.c   | 1 -
 drivers/mmc/rockchip_dw_mmc.c | 1 -
 drivers/mmc/rockchip_sdhci.c  | 1 -
 drivers/mmc/rpmb.c| 1 -
 drivers/mmc/s5p_sdhci.c   | 1 -
 drivers/mmc/sandbox_mmc.c | 1 -
 drivers/mmc/sdhci-adma.c  | 1 -
 drivers/mmc/sdhci-cadence.c   | 1 -
 drivers/mmc/sdhci.c   | 2 +-
 drivers/mmc/sh_mmcif.c| 1 -
 drivers/mmc/snps_dw_mmc.c | 1 -
 drivers/mmc/socfpga_dw_mmc.c  | 1 -
 drivers/mmc/sti_sdhci.c   | 1 -
 drivers/mmc/stm32_sdmmc2.c| 1 -
 drivers/mmc/sunxi_mmc.c   | 1 -
 drivers/mmc/tangier_sdhci.c   | 1 -
 drivers/mmc/tegra_mmc.c   | 1 -
 drivers/mmc/tmio-common.c | 1 -
 drivers/mmc/uniphier-sd.c | 1 -
 drivers/mmc/xenon_sdhci.c | 1 -
 drivers/mmc/zynq_sdhci.c  | 1 -
 62 files changed, 5 insertions(+), 62 deletions(-)

diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
index ffb461c2f6c1..48fac7a11b48 100644
--- a/drivers/mmc/am654_sdhci.c
+++ b/drivers/mmc/am654_sdhci.c
@@ -6,7 +6,6 @@
  */
 
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/mmc/arm_pl180_mmci.c b/drivers/mmc/arm_pl180_mmci.c
index cecc7ad783d0..f00b0ff0dc95 100644
--- a/drivers/mmc/arm_pl180_mmci.c
+++ b/drivers/mmc/arm_pl180_mmci.c
@@ -11,7 +11,6 @@
 
 /* #define DEBUG */
 
-#include "common.h"
 #include 
 #include 
 #include 
diff --git a/drivers/mmc/aspeed_sdhci.c b/drivers/mmc/aspeed_sdhci.c
index c9626c6beb8f..87a6f66ebb37 100644
--- a/drivers/mmc/aspeed_sdhci.c
+++ b/drivers/mmc/aspeed_sdhci.c
@@ -4,7 +4,6 @@
  * Eddie James 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/mmc/atmel_sdhci.c b/drivers/mmc/atmel_sdhci.c
index d92bad97b71e..0b265196f025 100644
--- a/drivers/mmc/atmel_sdhci.c
+++ b/drivers/mmc/atmel_sdhci.c
@@ -4,7 +4,6 @@
  *   Wenyou.Yang 
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c
index 5e48394fd0fb..598a51d914a9 100644
--- a/drivers/mmc/bcm2835_sdhci.c
+++ b/drivers/mmc/bcm2835_sdhci.c
@@ -36,7 +36,6 @@
  * Inspired by sdhci-pci.c, by Pierre Ossman
  */
 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/mmc/bcm2835_sdhost.c b/drivers/mmc/bcm2835_sdhost.c
index 5c23c03d10d7..720127468d37 100644
--- a/drivers/mmc/bcm2835_sdhost.c
+++ b/drivers/mmc/bcm2835_sdhost.c
@@ -30,7 +30,6 @@
  *  sdhci.c and sdhci-pci.c by Pierre Ossman
  */
 #include 
-#include 
 #include 
 #include 
 #include 
diff --git a/drivers/mmc/bcmstb_sdhci.c b/drivers/mmc/bcmstb_sdhci.c
index 49846adcf547..7bddbebb1622 100644
--- a/drivers/mmc/bcmstb_sdhci.c
+++ b/drivers/mmc/bcmstb_sdhci.c
@@ -6,7 +6,6 @@
  * Author: