Commit 8b901406 authored by Soren Brinkmann's avatar Soren Brinkmann
Browse files

zynqmp: Remove unused/redundant #includes


Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Acked-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7b4838e4
...@@ -28,12 +28,8 @@ ...@@ -28,12 +28,8 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <arch_helpers.h>
#include <cci.h>
#include <debug.h> #include <debug.h>
#include <gicv2.h>
#include <mmio.h> #include <mmio.h>
#include <plat_arm.h>
#include <platform.h> #include <platform.h>
#include <xlat_tables.h> #include <xlat_tables.h>
#include "../zynqmp_private.h" #include "../zynqmp_private.h"
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <platform_def.h>
#include <psci.h>
static const unsigned char plat_power_domain_tree_desc[] = {1, 4}; static const unsigned char plat_power_domain_tree_desc[] = {1, 4};
const unsigned char *plat_get_power_domain_tree_desc(void) const unsigned char *plat_get_power_domain_tree_desc(void)
......
...@@ -32,9 +32,7 @@ ...@@ -32,9 +32,7 @@
#include <console.h> #include <console.h>
#include <debug.h> #include <debug.h>
#include <platform_tsp.h> #include <platform_tsp.h>
#include <xlat_tables.h>
#include <plat_arm.h> #include <plat_arm.h>
#include "../zynqmp_def.h"
#include "../zynqmp_private.h" #include "../zynqmp_private.h"
/* /*
......
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