libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
[platform/kernel/u-boot.git] / common / common_fit.c
index 85b33d8..3fef740 100644 (file)
@@ -8,7 +8,7 @@
 #include <common.h>
 #include <errno.h>
 #include <image.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <spl.h>
 
 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)