]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: make irq ack notifier functions static
authorHarvey Harrison <harvey.harrison@gmail.com>
Mon, 11 Aug 2008 23:54:20 +0000 (16:54 -0700)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:21 +0000 (10:15 +0200)
commitee032c993edd34e0bdf64dab06a55d0e08a4eeb9
tree56ce84e950df0e25036140768aefd5817b9bd7f8
parent29c8fa32c5d1e2d26d53ad9467b3a13130014cdf
KVM: make irq ack notifier functions static

sparse says:

arch/x86/kvm/x86.c:107:32: warning: symbol 'kvm_find_assigned_dev' was not declared. Should it be static?
arch/x86/kvm/i8254.c:225:6: warning: symbol 'kvm_pit_ack_irq' was not declared. Should it be static?

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/i8254.c
arch/x86/kvm/x86.c