u-boot-brain/drivers/net/fsl-mc
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
..
dpio armv8: ls1043a/ls2080a: check SoC by device ID 2017-12-13 13:40:29 -08:00
dpbp.c driver: net: fsl-mc: flib changes for MC 10.3.0 2017-12-06 14:55:17 -08:00
dpmac.c driver: net: fsl-mc: flib changes for MC 10.3.0 2017-12-06 14:55:17 -08:00
dpmng.c drivers/fsl-mc: flib changes for mc 8.0.0 2015-08-03 12:06:37 -07:00
dpni.c driver: net: fsl-mc: flib changes for MC 10.3.0 2017-12-06 14:55:17 -08:00
dprc.c driver: net: fsl-mc: flib changes for MC 10.3.0 2017-12-06 14:55:17 -08:00
fsl_dpmng_cmd.h driver: net: fsl-mc: flib changes for MC 10.3.0 2017-12-06 14:55:17 -08:00
Makefile driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB 2015-11-30 08:53:02 -08:00
mc_sys.c driver: net: fsl-mc: Increase MC command timeout 2015-11-30 08:53:02 -08:00
mc.c libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00