]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - lib/libfdt/fdt_region.c
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
[thirdparty/u-boot.git] / lib / libfdt / fdt_region.c
index 5bfc4da37076c32347b2c9aac6406aaaa515cbc2..70914a4e9b6039e9b0fc308cbbd8232379b8bf5b 100644 (file)
@@ -5,11 +5,11 @@
  * SPDX-License-Identifier:    GPL-2.0+ BSD-2-Clause
  */
 
-#include <libfdt_env.h>
+#include <linux/libfdt_env.h>
 
 #ifndef USE_HOSTCC
 #include <fdt.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #else
 #include "fdt_host.h"
 #endif