summaryrefslogtreecommitdiff
path: root/plat/juno/plat_topology.c
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-03-05 15:02:41 +0000
committerdanh-arm <dan.handley@arm.com>2015-03-05 15:02:41 +0000
commit5930eadbe5d8d4c3f15fd910476f72cd5bf86f44 (patch)
treec088f032c61d12d7cd0ee35c1fad18efddba8fb7 /plat/juno/plat_topology.c
parent0412c66a9e5a55e960055d80e2ff604fadf1ca3e (diff)
parentba592e280229c8d86e2ad688d0eba11b70172f5f (diff)
Merge pull request #261 from sandrine-bailleux/sb/coding-style
Ignore C library files when checking coding style Fix violations to the coding style
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;