From: Paolo Bonzini Date: Tue, 26 Aug 2014 11:27:46 +0000 (+0200) Subject: KVM: x86: fix some sparse warnings X-Git-Tag: fixes-for-v3.18-merge-window~23^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d89b92609a66bc41f479c560640bc413add3b4;p=pandora-kernel.git KVM: x86: fix some sparse warnings Sparse reports the following easily fixed warnings: arch/x86/kvm/vmx.c:8795:48: sparse: Using plain integer as NULL pointer arch/x86/kvm/vmx.c:2138:5: sparse: symbol vmx_read_l1_tsc was not declared. Should it be static? arch/x86/kvm/vmx.c:6151:48: sparse: Using plain integer as NULL pointer arch/x86/kvm/vmx.c:8851:6: sparse: symbol vmx_sched_in was not declared. Should it be static? arch/x86/kvm/svm.c:2162:5: sparse: symbol svm_read_l1_tsc was not declared. Should it be static? Cc: Radim Krčmář Signed-off-by: Fengguang Wu Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed