diff options
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
| -rw-r--r-- | arch/x86/include/asm/mshyperv.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h index 67ff0d637e55..adccbc209169 100644 --- a/arch/x86/include/asm/mshyperv.h +++ b/arch/x86/include/asm/mshyperv.h @@ -36,8 +36,6 @@ void hyperv_vector_handler(struct pt_regs *regs);  extern int hyperv_init_cpuhp;  extern void *hv_hypercall_pg; -extern void  __percpu  **hyperv_pcpu_input_arg; -extern void  __percpu  **hyperv_pcpu_output_arg;  extern u64 hv_current_partition_id; @@ -170,8 +168,6 @@ int hyperv_fill_flush_guest_mapping_list(  		struct hv_guest_mapping_flush_list *flush,  		u64 start_gfn, u64 end_gfn); -extern bool hv_root_partition; -  #ifdef CONFIG_X86_64  void hv_apic_init(void);  void __init hv_init_spinlocks(void);  |