diff options
-rw-r--r-- | arch/x86/include/asm/paravirt_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h index ce029e4fa7c6..31247b5bff7c 100644 --- a/arch/x86/include/asm/paravirt_types.h +++ b/arch/x86/include/asm/paravirt_types.h | |||
@@ -97,7 +97,6 @@ struct pv_lazy_ops { | |||
97 | struct pv_time_ops { | 97 | struct pv_time_ops { |
98 | unsigned long long (*sched_clock)(void); | 98 | unsigned long long (*sched_clock)(void); |
99 | unsigned long long (*steal_clock)(int cpu); | 99 | unsigned long long (*steal_clock)(int cpu); |
100 | unsigned long (*get_tsc_khz)(void); | ||
101 | }; | 100 | }; |
102 | 101 | ||
103 | struct pv_cpu_ops { | 102 | struct pv_cpu_ops { |