aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/mt6795/bl31_plat_setup.c
diff options
context:
space:
mode:
authorIsla Mitchell <isla.mitchell@arm.com>2017-07-14 10:46:32 +0100
committerIsla Mitchell <isla.mitchell@arm.com>2017-07-14 10:50:41 +0100
commitee1ebbd18e2a1e3b8a5b9ac9fba155177e2af4a1 (patch)
tree70883b9cbed5cbc7d9283d9d1cd5972479fc884e /plat/mediatek/mt6795/bl31_plat_setup.c
parent4adb10c1ede9773ce018ddb3b56f5eb900f220f8 (diff)
downloadtrusted-firmware-a-ee1ebbd18e2a1e3b8a5b9ac9fba155177e2af4a1.tar.gz
Fix order of remaining platform #includes
This fix modifies the order of system includes to meet the ARM TF coding standard. There are some exceptions to this change in order to retain header groupings and where there are headers within #if statements. Change-Id: Ib5b668c992d817cc860e97b29e16ef106d17e404 Signed-off-by: Isla Mitchell <isla.mitchell@arm.com>
Diffstat (limited to 'plat/mediatek/mt6795/bl31_plat_setup.c')
-rw-r--r--plat/mediatek/mt6795/bl31_plat_setup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plat/mediatek/mt6795/bl31_plat_setup.c b/plat/mediatek/mt6795/bl31_plat_setup.c
index a70d103113..803f1ed85a 100644
--- a/plat/mediatek/mt6795/bl31_plat_setup.c
+++ b/plat/mediatek/mt6795/bl31_plat_setup.c
@@ -3,9 +3,9 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
+#include <arch_helpers.h>
#include <arm_gic.h>
#include <assert.h>
-#include <arch_helpers.h>
#include <bl_common.h>
#include <cci.h>
#include <common_def.h>
@@ -15,11 +15,11 @@
#include <generic_delay_timer.h>
#include <mcucfg.h>
#include <mmio.h>
-#include <mtk_sip_svc.h>
-#include <mtk_plat_common.h>
#include <mt_cpuxgpt.h>
-#include <platform.h>
+#include <mtk_plat_common.h>
+#include <mtk_sip_svc.h>
#include <plat_private.h>
+#include <platform.h>
#include <string.h>
#include <xlat_tables.h>
/*******************************************************************************