summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorPaul Durrant <pdurrant@amazon.com>2021-11-15 14:41:31 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2021-11-18 02:03:14 -0500
commitdc23a5110b106da13502de5735399ad83ed1a682 (patch)
tree6561e9e96aa8e4218dcf47a7de66ed01d019e1fc /arch/x86/kvm/x86.c
parentc5adbb3af051079f35abfa26551107e2c653087f (diff)
downloadlinux-dc23a5110b106da13502de5735399ad83ed1a682.tar.bz2
cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'
The lack a static declaration currently results in: arch/x86/kvm/cpuid.c:128:26: warning: no previous prototype for function 'kvm_find_kvm_cpuid_features' when compiling with "W=1". Reported-by: kernel test robot <lkp@intel.com> Fixes: 760849b1476c ("KVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_CPUID_FEATURES") Signed-off-by: Paul Durrant <pdurrant@amazon.com> Message-Id: <20211115144131.5943-1-pdurrant@amazon.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
0 files changed, 0 insertions, 0 deletions