arm: Fix compile warning for psci
authorChristoffer Dall <christoffer.dall@linaro.org>
Tue, 27 May 2014 09:18:17 +0000 (11:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 May 2014 13:58:49 +0000 (15:58 +0200)
commitd6d7a95c1bdba370e2249efdecfab712c10cfc9b
tree8f2ebdaf79d503358d0bb2ef75244380a8a9192c
parent04092204bb66c4f8e17465eeee64357dd2ad2585
arm: Fix compile warning for psci

Commit e71246a23acbc89e9cb4ebf1558d60e65733479f changes psci_init from a
function returning a void to an int, but does not change the non
CONFIG_ARM_PSCI implementation to return a value, which causes a compile
warning.  Just return 0.

Cc: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Cc: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/arm/include/asm/psci.h
This page took 0.028327 seconds and 5 git commands to generate.