summaryrefslogtreecommitdiff
path: root/common/fdt_wrappers.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fdt_wrappers.c')
-rw-r--r--common/fdt_wrappers.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/common/fdt_wrappers.c b/common/fdt_wrappers.c
index 31dafb2e..e67fdb00 100644
--- a/common/fdt_wrappers.c
+++ b/common/fdt_wrappers.c
@@ -7,11 +7,13 @@
/* Helper functions to offer easier navigation of Device Tree Blob */
#include <assert.h>
-#include <debug.h>
-#include <fdt_wrappers.h>
-#include <libfdt.h>
#include <string.h>
+#include <libfdt.h>
+
+#include <common/debug.h>
+#include <common/fdt_wrappers.h>
+
/*
* Read cells from a given property of the given node. At most 2 cells of the
* property are read, and pointer is updated. Returns 0 on success, and -1 upon