summaryrefslogtreecommitdiff
path: root/plat/fvp/fvp_pm.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/fvp/fvp_pm.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/fvp/fvp_pm.c')
-rw-r--r--plat/fvp/fvp_pm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/fvp/fvp_pm.c b/plat/fvp/fvp_pm.c
index 9044e693..c15d845d 100644
--- a/plat/fvp/fvp_pm.c
+++ b/plat/fvp/fvp_pm.c
@@ -64,7 +64,7 @@ static void fvp_program_mailbox(uint64_t mpidr, uint64_t address)
* Function which implements the common FVP specific operations to power down a
* cpu in response to a CPU_OFF or CPU_SUSPEND request.
******************************************************************************/
-static void fvp_cpu_pwrdwn_common()
+static void fvp_cpu_pwrdwn_common(void)
{
/* Prevent interrupts from spuriously waking up this cpu */
arm_gic_cpuif_deactivate();
@@ -77,7 +77,7 @@ static void fvp_cpu_pwrdwn_common()
* Function which implements the common FVP specific operations to power down a
* cluster in response to a CPU_OFF or CPU_SUSPEND request.
******************************************************************************/
-static void fvp_cluster_pwrdwn_common()
+static void fvp_cluster_pwrdwn_common(void)
{
uint64_t mpidr = read_mpidr_el1();