summaryrefslogtreecommitdiff
path: root/plat/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'plat/qemu')
-rw-r--r--plat/qemu/dt.c2
-rw-r--r--plat/qemu/qemu_bl2_setup.c2
-rw-r--r--plat/qemu/qemu_common.c2
-rw-r--r--plat/qemu/qemu_pm.c2
-rw-r--r--plat/qemu/topology.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/plat/qemu/dt.c b/plat/qemu/dt.c
index f732a6d5..c544d9f4 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)
{
diff --git a/plat/qemu/qemu_bl2_setup.c b/plat/qemu/qemu_bl2_setup.c
index 2557a711..f928b105 100644
--- a/plat/qemu/qemu_bl2_setup.c
+++ b/plat/qemu/qemu_bl2_setup.c
@@ -9,9 +9,9 @@
#include <debug.h>
#include <libfdt.h>
#include <platform_def.h>
-#include "qemu_private.h"
#include <string.h>
#include <utils.h>
+#include "qemu_private.h"
/*
* The next 2 constants identify the extents of the code & RO data region.
diff --git a/plat/qemu/qemu_common.c b/plat/qemu/qemu_common.c
index 39df1f13..daa9fc14 100644
--- a/plat/qemu/qemu_common.c
+++ b/plat/qemu/qemu_common.c
@@ -7,8 +7,8 @@
#include <arch_helpers.h>
#include <bl_common.h>
#include <platform_def.h>
-#include "qemu_private.h"
#include <xlat_tables.h>
+#include "qemu_private.h"
#define MAP_DEVICE0 MAP_REGION_FLAT(DEVICE0_BASE, \
DEVICE0_SIZE, \
diff --git a/plat/qemu/qemu_pm.c b/plat/qemu/qemu_pm.c
index f7353912..c184f1c3 100644
--- a/plat/qemu/qemu_pm.c
+++ b/plat/qemu/qemu_pm.c
@@ -8,8 +8,8 @@
#include <assert.h>
#include <debug.h>
#include <gicv2.h>
-#include <platform_def.h>
#include <platform.h>
+#include <platform_def.h>
#include <psci.h>
/*
diff --git a/plat/qemu/topology.c b/plat/qemu/topology.c
index 05ff4e1f..d7ba9b7e 100644
--- a/plat/qemu/topology.c
+++ b/plat/qemu/topology.c
@@ -6,8 +6,8 @@
#include <arch.h>
#include <platform_def.h>
-#include "qemu_private.h"
#include <sys/types.h>
+#include "qemu_private.h"
/* The power domain tree descriptor */
static unsigned char power_domain_tree_desc[] = {