diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-11-17 17:09:46 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-11-19 13:03:13 +0300 |
commit | 2f7a3f8e871eb0713d23c533bd5e44a544e43eb8 (patch) | |
tree | 14b553c689b6a392f9975946f1a72c4cc70462d7 /arch/x86/kernel/x86_init.c | |
parent | ed29210cd6a67425026e78aa298fa434e11a74e3 (diff) | |
download | linux-2f7a3f8e871eb0713d23c533bd5e44a544e43eb8.tar.xz |
x86/tsc: Remove unused tsc_pre_init() hook
No more users. Remove it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 3839628d962e..dad5fe9633a3 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c @@ -68,7 +68,6 @@ struct x86_init_ops x86_init __initdata = { .timers = { .setup_percpu_clockev = setup_boot_APIC_clock, - .tsc_pre_init = x86_init_noop, .timer_init = hpet_time_init, .wallclock_init = x86_init_noop, }, |