From: Christoffer Dall Date: Tue, 27 May 2014 09:18:17 +0000 (+0200) Subject: arm: Fix compile warning for psci X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d7a95c1bdba370e2249efdecfab712c10cfc9b;p=pandora-kernel.git 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 Cc: Shawn Guo Signed-off-by: Christoffer Dall Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed