From: Fengguang Wu Date: Mon, 19 Jan 2015 14:33:39 +0000 (+0800) Subject: KVM: fix "Should it be static?" warnings from sparse X-Git-Tag: fixes-v4.0-rc1~113^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b0049a89ad418cd68aa59e7f1e6619a04a4a6f;p=pandora-kernel.git KVM: fix "Should it be static?" warnings from sparse arch/x86/kvm/x86.c:495:5: sparse: symbol 'kvm_read_nested_guest_page' was not declared. Should it be static? arch/x86/kvm/x86.c:646:5: sparse: symbol '__kvm_set_xcr' was not declared. Should it be static? arch/x86/kvm/x86.c:1183:15: sparse: symbol 'max_tsc_khz' was not declared. Should it be static? arch/x86/kvm/x86.c:1237:6: sparse: symbol 'kvm_track_tsc_matching' was not declared. Should it be static? Signed-off-by: Fengguang Wu Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed