kvm: make local functions static

Running 'make namespacecheck' found lots of functions that
should be declared static, since only used in one file.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
Stephen Hemminger
2013-12-29 12:12:29 -08:00
committed by Marcelo Tosatti
parent 2f0a6397dd
commit 7940876e13
4 changed files with 19 additions and 35 deletions

View File

@@ -520,7 +520,7 @@ static int ioapic_mmio_write(struct kvm_io_device *this, gpa_t addr, int len,
return 0;
}
void kvm_ioapic_reset(struct kvm_ioapic *ioapic)
static void kvm_ioapic_reset(struct kvm_ioapic *ioapic)
{
int i;