From: Hannes Eder Date: Tue, 10 Mar 2009 21:51:09 +0000 (+0100) Subject: KVM: make 'lapic_timer_ops' and 'kpit_ops' static X-Git-Tag: v2.6.31-rc1~393^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386eb6e8b3caface8a0514da70a47c05cabb5b96;p=pandora-kernel.git KVM: make 'lapic_timer_ops' and 'kpit_ops' static Fix this sparse warnings: arch/x86/kvm/lapic.c:916:22: warning: symbol 'lapic_timer_ops' was not declared. Should it be static? arch/x86/kvm/i8254.c:268:22: warning: symbol 'kpit_ops' was not declared. Should it be static? Signed-off-by: Hannes Eder Signed-off-by: Avi Kivity --- Reading git-diff-tree failed