Yi Wang 19308a412e x86/kvm: Fix -Wmissing-prototypes warnings
We get two warning when build kernel with W=1:
arch/x86/kernel/kvm.c:872:6: warning: no previous prototype for ‘arch_haltpoll_enable’ [-Wmissing-prototypes]
arch/x86/kernel/kvm.c:885:6: warning: no previous prototype for ‘arch_haltpoll_disable’ [-Wmissing-prototypes]

Including the missing head file can fix this.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-10-25 14:01:14 +02:00
..
2019-09-02 14:02:59 +02:00
2019-07-22 10:54:27 +02:00
2019-06-24 19:19:24 +02:00
2019-07-30 17:27:37 +02:00
2019-09-03 08:36:30 +02:00
2019-07-17 23:17:38 +02:00
2019-08-28 11:29:32 +02:00