u-boot-brain/drivers/phy
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
..
marvell treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
Kconfig usb: phy: Add STi USB2 PHY 2017-09-22 07:39:57 -04:00
Makefile usb: phy: Add STi USB2 PHY 2017-09-22 07:39:57 -04:00
nop-phy.c phy: add a NO-OP phy driver 2017-07-28 23:34:44 +02:00
phy-uclass.c drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails 2017-07-28 23:34:04 +02:00
sandbox-phy.c sandbox: phy: Update driver for livetree 2017-06-01 07:03:15 -06:00
sti_usb_phy.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
ti-pipe3-phy.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00