diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2018-02-22 15:05:41 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-30 08:50:30 +0300 |
commit | 3eacc4ab0d4b96a134f2b2581f89ffb8ded0632c (patch) | |
tree | 5e4d7a6e9908e2578aab747d14a827b4eac10709 /fs | |
parent | f19a40b0d7a5c76d390325aa35b532a900fed8d1 (diff) | |
download | linux-3eacc4ab0d4b96a134f2b2581f89ffb8ded0632c.tar.xz |
kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
[ Upstream commit 076467490b8176eb96eddc548a14d4135c7b5852 ]
Move the kvm_arch_irq_routing_update() prototype outside of
ifdef CONFIG_HAVE_KVM_EVENTFD guards to fix the following sparse warning:
arch/s390/kvm/../../../virt/kvm/irqchip.c:171:28: warning: symbol 'kvm_arch_irq_routing_update' was not declared. Should it be static?
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions