diff options
-rw-r--r-- | arch/i386/kernel/tsc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c index 875d8a6ecc02..602660df455c 100644 --- a/arch/i386/kernel/tsc.c +++ b/arch/i386/kernel/tsc.c | |||
@@ -24,7 +24,6 @@ | |||
24 | * an extra value to store the TSC freq | 24 | * an extra value to store the TSC freq |
25 | */ | 25 | */ |
26 | unsigned int tsc_khz; | 26 | unsigned int tsc_khz; |
27 | unsigned long long (*custom_sched_clock)(void); | ||
28 | 27 | ||
29 | int tsc_disable; | 28 | int tsc_disable; |
30 | 29 | ||