aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/x86_init.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2015-11-17 15:09:46 +0100
committerThomas Gleixner <tglx@linutronix.de>2015-11-19 11:03:13 +0100
commit2f7a3f8e871eb0713d23c533bd5e44a544e43eb8 (patch)
tree14b553c689b6a392f9975946f1a72c4cc70462d7 /arch/x86/include/asm/x86_init.h
parentx86: Remove unused function cpu_has_ht_siblings() (diff)
downloadlinux-dev-2f7a3f8e871eb0713d23c533bd5e44a544e43eb8.tar.xz
linux-dev-2f7a3f8e871eb0713d23c533bd5e44a544e43eb8.zip
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.h2
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);
};