aboutsummaryrefslogtreecommitdiff
path: root/plat/rockchip/rk3399/drivers/soc
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/rockchip/rk3399/drivers/soc
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/rockchip/rk3399/drivers/soc')
-rw-r--r--plat/rockchip/rk3399/drivers/soc/soc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/rockchip/rk3399/drivers/soc/soc.c b/plat/rockchip/rk3399/drivers/soc/soc.c
index b3e9e953e2..993b80ad48 100644
--- a/plat/rockchip/rk3399/drivers/soc/soc.c
+++ b/plat/rockchip/rk3399/drivers/soc/soc.c
@@ -10,10 +10,10 @@
#include <delay_timer.h>
#include <dfs.h>
#include <dram.h>
-#include <mmio.h>
#include <m0_ctl.h>
-#include <platform_def.h>
+#include <mmio.h>
#include <plat_private.h>
+#include <platform_def.h>
#include <rk3399_def.h>
#include <secure.h>
#include <soc.h>