Fix return type of FVP plat_arm_topology_setup
authorDan Handley <dan.handley@arm.com>
Wed, 6 May 2015 13:47:40 +0000 (14:47 +0100)
committerDan Handley <dan.handley@arm.com>
Tue, 19 May 2015 09:04:54 +0000 (10:04 +0100)
commit12ad4d887b9cd99489dc0a40a7bcd236848b4175
tree5a2a255237c073caf935503d1a27a8f4b163b01c
parent57e56bba34322b8da4f176199418a25bc8ace514
Fix return type of FVP plat_arm_topology_setup

Fix the return type of the FVP `plat_arm_topology_setup` function
to be `void` instead of `int` to match the declaration in
`plat_arm.h`.

This does not result in any change in behavior.

Change-Id: I62edfa7652b83bd26cffb7d167153959b38e37e7
plat/arm/board/fvp/fvp_topology.c