Unverified Commit 9f0f203d authored by Antonio Niño Díaz's avatar Antonio Niño Díaz Committed by GitHub
Browse files

Merge pull request #1756 from antonio-nino-diaz-arm/an/header-deps

plat/arm: Fix header dependencies
parents fe77b53e 234bc7f8
......@@ -10,8 +10,8 @@
#include <common/debug.h>
#include <lib/mmio.h>
#include <lib/utils.h>
#include <platform_def.h>
#include <css_def.h>
#include <plat_arm.h>
#include "../drivers/scp/css_scp.h"
......
......@@ -12,7 +12,6 @@
#include <lib/bakery_lock.h>
#include <lib/mmio.h>
#include <css_def.h>
#include <plat_arm.h>
#include "css_mhu.h"
......
......@@ -10,8 +10,7 @@
#include <arch_helpers.h>
#include <common/debug.h>
#include <plat/common/platform.h>
#include <css_def.h>
#include <platform_def.h>
#include "../mhu/css_mhu.h"
#include "../scpi/css_scpi.h"
......
......@@ -10,8 +10,8 @@
#include <arch_helpers.h>
#include <common/debug.h>
#include <plat/common/platform.h>
#include <platform_def.h>
#include <css_def.h>
#include <css_pm.h>
#include <plat_arm.h>
......
......@@ -11,8 +11,7 @@
#include <common/debug.h>
#include <drivers/delay_timer.h>
#include <plat/common/platform.h>
#include <css_def.h>
#include <platform_def.h>
#include "css_scp.h"
#include "../sds/sds.h"
......
......@@ -11,8 +11,7 @@
#include <common/debug.h>
#include <lib/utils.h>
#include <plat/common/platform.h>
#include <css_def.h>
#include <platform_def.h>
#include "../mhu/css_mhu.h"
#include "css_scpi.h"
......
......@@ -10,8 +10,8 @@
#include <arch_helpers.h>
#include <common/debug.h>
#include <platform_def.h>
#include <css_def.h>
#include "sds.h"
#include "sds_private.h"
......
......@@ -14,8 +14,6 @@
#include <plat/common/platform.h>
#include <services/secure_partition.h>
#include <arm_def.h>
#include <arm_spm_def.h>
#include <plat_arm.h>
#include "../../../../bl1/bl1_private.h"
......
......@@ -9,7 +9,6 @@
#include <common/bl_common.h>
#include <common/debug.h>
#include <arm_def.h>
#include <plat_arm.h>
#include <sgm_variant.h>
......
......@@ -9,9 +9,7 @@
#include <drivers/arm/nic_400.h>
#include <lib/mmio.h>
#include <board_css_def.h>
#include <soc_css.h>
#include <soc_css_def.h>
void soc_css_init_nic400(void)
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment