author: Michael Kelley <mikelley@microsoft.com> 2021-03-02 13:38:22 -0800
committer: Wei Liu <wei.liu@kernel.org> 2021-03-08 17:33:00 +0000
commit: ec866be6ec547c9e1cc4451f04250e08b5fe67c7
parent: 4c78738ead4e195c7032c31fe56135c1b00e1784
Commit Summary:
Diffstat:
1 file changed, 1 insertion, 2 deletions
diff --git a/include/clocksource/hyperv_timer.h b/include/clocksource/hyperv_timer.h
index 34eef083c988..b6774aa5a4b8 100644
--- a/include/clocksource/hyperv_timer.h
+++ b/include/clocksource/hyperv_timer.h
@@ -21,8 +21,7 @@
#define HV_MIN_DELTA_TICKS 1
/* Routines called by the VMbus driver */
-extern int hv_stimer_alloc(void);
-extern void hv_stimer_free(void);
+extern int hv_stimer_alloc(bool have_percpu_irqs);
extern int hv_stimer_cleanup(unsigned int cpu);
extern void hv_stimer_legacy_init(unsigned int cpu, int sint);
extern void hv_stimer_legacy_cleanup(unsigned int cpu);