rv1126-uboot/drivers/pci
Masahiro Yamada 0e00a84cde 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: I6c0f7e50e8b571106627f25ddac008a62bd2994e
Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2018-12-24 17:20:37 +08:00
..
Kconfig x86: kconfig: Select PCI and DM_PCI 2017-08-01 20:17:02 +08:00
Makefile Drop CONFIG_WINBOND_83C553 2017-01-25 17:38:43 -05:00
fsl_pci_init.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
pci-emul-uclass.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
pci-uclass.c dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() 2017-07-11 10:08:20 -06:00
pci.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
pci_auto.c
pci_auto_common.c
pci_auto_old.c
pci_common.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
pci_compat.c dm: pci: return the real controller in pci_bus_to_hose() 2017-01-18 09:25:14 -08:00
pci_ftpci100.c
pci_gt64120.c
pci_indirect.c powerpc: remove 4xx support 2017-07-03 17:35:28 -04:00
pci_internal.h
pci_msc01.c
pci_mvebu.c pci: mvebu: Fix Armada 38x support 2017-02-01 09:01:19 +01:00
pci_rom.c vbe: Drop vbe_get_video_info() 2017-08-24 11:00:47 +08:00
pci_sandbox.c
pci_sh4.c
pci_sh7751.c pci: sh7751: map PCI memory space into SDRAM 2016-12-02 21:32:43 -05:00
pci_sh7780.c
pci_tegra.c treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
pci_x86.c
pcie_dw_mvebu.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
pcie_imx.c drivers: pci: imx: add imx_pcie_remove function 2017-05-31 10:09:03 +02:00
pcie_layerscape.c PCI: layerscape: Fix assigning wrong address to LS2088A pcie cfg1 space 2017-08-09 09:57:32 -07:00
pcie_layerscape.h soc/fsl-layerscape: Update SVR number for LS2081A and LS2041A 2017-08-01 08:28:56 -07:00
pcie_layerscape_fixup.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
pcie_xilinx.c treewide: replace with error() with pr_err() 2018-01-17 15:27:28 +08:00
tsi108_pci.c