]> git.sur5r.net Git - u-boot/blobdiff - lib/libfdt/fdt_empty_tree.c
libfdt: Add max phandle retrieval function
[u-boot] / lib / libfdt / fdt_empty_tree.c
index ac6c1fb04ffbaa3ecf877d68faa5b9b1d5399b9b..6fde1eb9eda0d6c7de1863277b6f4861268d19ff 100644 (file)
@@ -3,8 +3,7 @@
  * Copyright (C) 2012 David Gibson, IBM Corporation.
  * SPDX-License-Identifier:    GPL-2.0+ BSD-2-Clause
  */
-#include "libfdt_env.h"
-
+#include <libfdt_env.h>
 #include <fdt.h>
 #include <libfdt.h>
 
@@ -36,4 +35,3 @@ int fdt_create_empty_tree(void *buf, int bufsize)
 
        return fdt_open_into(buf, buf, bufsize);
 }
-