u-boot/drivers/misc
Masahiro Yamada b08c8c4870 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>

Reported-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-03-05 10:16:28 -05:00
..
ali512x.c
altera_sysid.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
atsha204a-i2c.c drivers/misc: Add basic support for ATSHA204A Crypto module 2017-07-12 06:57:38 +02:00
cbmem_console.c
cros_ec.c dm: core: Add ofnode_for_each_subnode() 2017-09-11 21:43:58 -06:00
cros_ec_i2c.c
cros_ec_lpc.c
cros_ec_sandbox.c dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() 2017-07-11 10:08:20 -06:00
cros_ec_spi.c
ds4510.c Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR 2017-05-22 08:37:12 -04:00
ds4510.h Kconfig: Drop CONFIG_CMD_DS4510 2017-05-22 08:37:07 -04:00
fsl_devdis.c
fsl_ifc.c
fsl_iim.c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x 2017-06-16 10:14:55 -04:00
fsl_portals.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
fsl_sec_mon.c
gpio_led.c
i2c_eeprom.c misc: i2c_eeprom: Add compatible for AT24MAC402 2017-09-12 17:58:54 -04:00
i2c_eeprom_emul.c dm: Update the I2C eeprom driver for livetree 2017-06-01 07:03:15 -06:00
Kconfig i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET 2018-03-01 08:03:01 +01:00
Makefile drivers/misc: Share qbman init between archs 2018-01-10 12:28:47 -08:00
mc9sdz60.c
misc-uclass.c
mxc_ocotp.c misc: ocotp: add i.MX8M support 2018-02-04 12:00:58 +01:00
mxs_ocotp.c
ns87308.c
nuvoton_nct6102d.c
pca9551_led.c
pwrseq-uclass.c
qfw.c x86: qemu: qfw: Implement acpi_get_rsdp_addr() 2018-01-30 22:34:37 +08:00
rockchip-efuse.c rockchip: efuse: change to use dev_read_addr_ptr 2017-09-18 20:40:37 +02:00
smsc_lpc47m.c
smsc_sio1007.c
spltest_sandbox.c
status_led.c
stm32_rcc.c dm: misc: bind STM32F4/F7 clock from rcc MFD driver 2017-11-29 22:30:50 -05:00
swap_case.c
syscon_sandbox.c
tegra186_bpmp.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
tegra_car.c dm: core: Update device_bind_driver_to_node() to use ofnode 2017-06-01 07:03:08 -06:00
twl4030_led.c
winbond_w83627.c