diff options
Diffstat (limited to 'arch/x86/kernel/paravirt.c')
-rw-r--r-- | arch/x86/kernel/paravirt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c index 1ed32c79679d..9c0e644a76dc 100644 --- a/arch/x86/kernel/paravirt.c +++ b/arch/x86/kernel/paravirt.c | |||
@@ -306,7 +306,6 @@ struct pv_init_ops pv_init_ops = { | |||
306 | }; | 306 | }; |
307 | 307 | ||
308 | struct pv_time_ops pv_time_ops = { | 308 | struct pv_time_ops pv_time_ops = { |
309 | .time_init = hpet_time_init, | ||
310 | .get_wallclock = native_get_wallclock, | 309 | .get_wallclock = native_get_wallclock, |
311 | .set_wallclock = native_set_wallclock, | 310 | .set_wallclock = native_set_wallclock, |
312 | .sched_clock = native_sched_clock, | 311 | .sched_clock = native_sched_clock, |