From: Thomas Huth Date: Fri, 22 May 2015 07:25:02 +0000 (+0200) Subject: KVM: PPC: Fix warnings from sparse X-Git-Tag: omap-for-v4.3/fixes-rc1~38^2~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5358a96341a7fba23cbf0eaf01ce1ab4d738fc90;p=pandora-kernel.git KVM: PPC: Fix warnings from sparse When compiling the KVM code for POWER with "make C=1", sparse complains about functions missing proper prototypes and a 64-bit constant missing the ULL prefix. Let's fix this by making the functions static or by including the proper header with the prototypes, and by appending a ULL prefix to the constant PPC_MPPE_ADDRESS_MASK. Signed-off-by: Thomas Huth Signed-off-by: Alexander Graf --- Reading git-diff-tree failed