summaryrefslogtreecommitdiff
path: root/plat/amlogic/gxl/gxl_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/amlogic/gxl/gxl_pm.c')
-rw-r--r--plat/amlogic/gxl/gxl_pm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/amlogic/gxl/gxl_pm.c b/plat/amlogic/gxl/gxl_pm.c
index a3ec7d9b..433140b7 100644
--- a/plat/amlogic/gxl/gxl_pm.c
+++ b/plat/amlogic/gxl/gxl_pm.c
@@ -6,14 +6,14 @@
#include <arch_helpers.h>
#include <assert.h>
-#include <drivers/console.h>
#include <common/debug.h>
-#include <errno.h>
#include <drivers/arm/gicv2.h>
+#include <drivers/console.h>
+#include <errno.h>
#include <lib/mmio.h>
+#include <lib/psci/psci.h>
#include <plat/common/platform.h>
#include <platform_def.h>
-#include <lib/psci/psci.h>
#include "aml_private.h"