]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: x86.c make kvm_load_realmode_segment static
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 22 Aug 2008 20:29:17 +0000 (13:29 -0700)
committerAvi Kivity <avi@redhat.com>
Wed, 15 Oct 2008 12:25:07 +0000 (14:25 +0200)
commit2259e3a7a6089007839cd4bbf7c9867190c67238
treec609e167128766bf8d96a1f12680ee72038e22e5
parent4c2155ce81c193788082d4b8cdbc26d79edebc58
KVM: x86.c make kvm_load_realmode_segment static

Noticed by sparse:
arch/x86/kvm/x86.c:3591:5: warning: symbol 'kvm_load_realmode_segment' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c