diff options
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r-- | arch/x86/include/asm/mshyperv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h index 56407c6d2397..7c9c895432a9 100644 --- a/arch/x86/include/asm/mshyperv.h +++ b/arch/x86/include/asm/mshyperv.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/types.h> | 4 | #include <linux/types.h> |
5 | #include <linux/interrupt.h> | 5 | #include <linux/interrupt.h> |
6 | #include <linux/clocksource.h> | ||
6 | #include <asm/hyperv.h> | 7 | #include <asm/hyperv.h> |
7 | 8 | ||
8 | /* | 9 | /* |
@@ -168,6 +169,8 @@ void hv_setup_crash_handler(void (*handler)(struct pt_regs *regs)); | |||
168 | void hv_remove_crash_handler(void); | 169 | void hv_remove_crash_handler(void); |
169 | 170 | ||
170 | #if IS_ENABLED(CONFIG_HYPERV) | 171 | #if IS_ENABLED(CONFIG_HYPERV) |
172 | extern struct clocksource *hyperv_cs; | ||
173 | |||
171 | void hyperv_init(void); | 174 | void hyperv_init(void); |
172 | void hyperv_report_panic(struct pt_regs *regs); | 175 | void hyperv_report_panic(struct pt_regs *regs); |
173 | bool hv_is_hypercall_page_setup(void); | 176 | bool hv_is_hypercall_page_setup(void); |