aboutsummaryrefslogtreecommitdiffstats
path: root/plat/qemu/dt.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/qemu/dt.c')
-rw-r--r--plat/qemu/dt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/qemu/dt.c b/plat/qemu/dt.c
index f732a6d5d..c544d9f44 100644
--- a/plat/qemu/dt.c
+++ b/plat/qemu/dt.c
@@ -7,8 +7,8 @@
#include <debug.h>
#include <libfdt.h>
#include <psci.h>
-#include "qemu_private.h"
#include <string.h>
+#include "qemu_private.h"
static int append_psci_compatible(void *fdt, int offs, const char *str)
{