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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/juno/plat_topology.c b/plat/juno/plat_topology.c
index c22edda2..24be7670 100644
--- a/plat/juno/plat_topology.c
+++ b/plat/juno/plat_topology.c
@@ -48,7 +48,7 @@ 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_setup_topology()
+int plat_setup_topology(void)
{
/* Juno todo: Make topology configurable via SCC */
return 0;