diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-11-30 12:04:22 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-12-14 09:26:41 +0100 |
commit | 0d37d26f11bc1c0085d0c89ba603e3bb2c7f7076 (patch) | |
tree | d37cc48038defa16e7f65ec241cad25cdcced6ac /arch/x86/kvm/hyperv.c | |
parent | 858ac87fc2ff7be8fedfa8dd2ba47627068c2eae (diff) |
KVM: x86: MMU: make array audit_point_name static
The array audit_point_name is local to the source and does not need to
be in global scope, so make it static.
Cleans up sparse warning:
arch/x86/kvm/mmu_audit.c:22:12: warning: symbol 'audit_point_name' was
not declared. Should it be static?
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/hyperv.c')
0 files changed, 0 insertions, 0 deletions