From: Jaswinder Singh Rajput Date: Thu, 18 Jun 2009 11:23:25 +0000 (+0530) Subject: KVM: kvm/x86_emulate.c toggle_interruptibility() should be static X-Git-Tag: v2.6.31-rc2~73^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f9d3981cd82d65232b733eb792382237d686bd;p=pandora-kernel.git KVM: kvm/x86_emulate.c toggle_interruptibility() should be static toggle_interruptibility() is used only by same file, it should be static. Fixed following sparse warning : arch/x86/kvm/x86_emulate.c:1364:6: warning: symbol 'toggle_interruptibility' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Avi Kivity --- Reading git-diff-tree failed