Skip to content
Commit a3f9d398 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Avi Kivity
Browse files

KVM: kvm/x86_emulate.c toggle_interruptibility() should be static



toggle_interruptibility() is used only by same file, it should be static.

Fixed following sparse warning :

  arch/x86/kvm/x86_emulate.c:1364:6: warning: symbol 'toggle_interruptibility' was not declared. Should it be static?

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent ffdfa071
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment