kvm: make local functions static
authorStephen Hemminger <stephen@networkplumber.org>
Sun, 29 Dec 2013 20:12:29 +0000 (12:12 -0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 8 Jan 2014 21:02:58 +0000 (19:02 -0200)
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>

No differences found