summaryrefslogtreecommitdiff
path: root/plat/juno/plat_topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/plat_topology.c')
-rw-r--r--plat/juno/plat_topology.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/plat/juno/plat_topology.c b/plat/juno/plat_topology.c
index 39d4dabc..c22edda2 100644
--- a/plat/juno/plat_topology.c
+++ b/plat/juno/plat_topology.c
@@ -48,11 +48,6 @@ unsigned int plat_get_aff_state(unsigned int aff_lvl, unsigned long mpidr)
return aff_lvl <= MPIDR_AFFLVL1 ? PSCI_AFF_PRESENT : PSCI_AFF_ABSENT;
}
-int plat_get_max_afflvl()
-{
- return MPIDR_AFFLVL1;
-}
-
int plat_setup_topology()
{
/* Juno todo: Make topology configurable via SCC */