diff options
Diffstat (limited to 'arch/x86/kernel/rtc.c')
-rw-r--r-- | arch/x86/kernel/rtc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/rtc.c b/arch/x86/kernel/rtc.c index 4929c1be0ac0..801602b5d745 100644 --- a/arch/x86/kernel/rtc.c +++ b/arch/x86/kernel/rtc.c | |||
@@ -195,12 +195,6 @@ void read_persistent_clock(struct timespec *ts) | |||
195 | ts->tv_nsec = 0; | 195 | ts->tv_nsec = 0; |
196 | } | 196 | } |
197 | 197 | ||
198 | unsigned long long native_read_tsc(void) | ||
199 | { | ||
200 | return __native_read_tsc(); | ||
201 | } | ||
202 | EXPORT_SYMBOL(native_read_tsc); | ||
203 | |||
204 | 198 | ||
205 | static struct resource rtc_resources[] = { | 199 | static struct resource rtc_resources[] = { |
206 | [0] = { | 200 | [0] = { |