summaryrefslogtreecommitdiff
path: root/services/std_svc
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2014-06-24 16:48:31 +0100
committerdanh-arm <dan.handley@arm.com>2014-06-24 16:48:31 +0100
commite73af8ac6849607281d5880d4c05798fe00b5d24 (patch)
tree84761275dfb8a07fc75bf0affea1d041697aa7ec /services/std_svc
parent9d302ed22f6990cbb3f720bf42893b2a0d332b7d (diff)
parent4f2104ff20753d78af0058e3ca5e9e042cd707af (diff)
Merge pull request #152 from jcastillo-arm/jc/tf-issues/073-v2
Remove all checkpatch errors from codebase
Diffstat (limited to 'services/std_svc')
-rw-r--r--services/std_svc/psci/psci_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/std_svc/psci/psci_common.c b/services/std_svc/psci/psci_common.c
index a8719a5..ed29fbe 100644
--- a/services/std_svc/psci/psci_common.c
+++ b/services/std_svc/psci/psci_common.c
@@ -98,7 +98,7 @@ int get_power_on_target_afflvl(unsigned long mpidr)
* Simple routine to retrieve the maximum affinity level supported by the
* platform and check that it makes sense.
******************************************************************************/
-int get_max_afflvl()
+int get_max_afflvl(void)
{
int aff_lvl;