diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2015-11-17 15:09:46 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-11-19 11:03:13 +0100 |
commit | 2f7a3f8e871eb0713d23c533bd5e44a544e43eb8 (patch) | |
tree | 14b553c689b6a392f9975946f1a72c4cc70462d7 /arch/x86/include/asm/x86_init.h | |
parent | ed29210cd6a67425026e78aa298fa434e11a74e3 (diff) | |
download | linux-2f7a3f8e871eb0713d23c533bd5e44a544e43eb8.tar.bz2 |
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/include/asm/x86_init.h')
-rw-r--r-- | arch/x86/include/asm/x86_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index 48d34d28f5a6..10002a46c593 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h @@ -83,13 +83,11 @@ struct x86_init_paging { * struct x86_init_timers - platform specific timer setup * @setup_perpcu_clockev: set up the per cpu clock event device for the * boot cpu - * @tsc_pre_init: platform function called before TSC init * @timer_init: initialize the platform timer (default PIT/HPET) * @wallclock_init: init the wallclock device */ struct x86_init_timers { void (*setup_percpu_clockev)(void); - void (*tsc_pre_init)(void); void (*timer_init)(void); void (*wallclock_init)(void); }; |