rv1126-uboot/drivers/mmc
Masahiro Yamada f1ba13f8e2 UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Thomas reported U-Boot failed to build host tools if libfdt-devel
package is installed because tools include libfdt headers from
/usr/include/ instead of using internal ones.

This commit moves the header code:
  include/libfdt.h         -> include/linux/libfdt.h
  include/libfdt_env.h     -> include/linux/libfdt_env.h

and replaces include directives:
  #include <libfdt.h>      -> #include <linux/libfdt.h>
  #include <libfdt_env.h>  -> #include <linux/libfdt_env.h>

Change-Id: I68fd5734d6460c169fa5ee2893c57cb5d73340b6
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit b08c8c4870831c9315dcae237772238e80035bd5)
2019-07-05 19:33:35 +08:00
..
Kconfig UPSTREAM: Convert CONFIG_APBH_DMA et al to Kconfig 2019-07-05 19:33:35 +08:00
Makefile
arm_pl180_mmci.c
arm_pl180_mmci.h
atmel_sdhci.c
bcm2835_sdhci.c
davinci_mmc.c
dw_mmc.c mmc: dw_mmc: fix sd card power enable errror 2019-04-02 17:44:46 +08:00
exynos_dw_mmc.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
fsl_esdhc.c
fsl_esdhc_spl.c
ftsdc010_mci.c
gen_atmel_mci.c
hi6220_dw_mmc.c
kona_sdhci.c
meson_gx_mmc.c
mmc-uclass.c
mmc.c
mmc_boot.c
mmc_legacy.c
mmc_private.h
mmc_spi.c
mmc_write.c
msm_sdhci.c UPSTREAM: wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2019-07-05 19:21:04 +08:00
mv_sdhci.c
mvebu_mmc.c
mxcmmc.c
mxsmmc.c
omap_hsmmc.c
pci_mmc.c
pic32_sdhci.c
pxa_mmc_gen.c
rockchip_dw_mmc.c
rockchip_sdhci.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
rpmb.c mmc: rpmb: correct MMC_RSP_R1b to MMC_RSP_R1 2019-03-05 11:20:06 +08:00
s5p_sdhci.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
sandbox_mmc.c
sdhci-cadence.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
sdhci.c
sh_mmcif.c
sh_mmcif.h
sh_sdhi.c
socfpga_dw_mmc.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
sti_sdhci.c
stm32_sdmmc2.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2019-07-05 19:33:35 +08:00
sunxi_mmc.c
tangier_sdhci.c
tegra_mmc.c
uniphier-sd.c
xenon_sdhci.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
zynq_sdhci.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00