aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/time.h')
-rw-r--r--include/asm-i386/time.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-i386/time.h b/include/asm-i386/time.h
index 571b4294dc2e..ea8065af825a 100644
--- a/include/asm-i386/time.h
+++ b/include/asm-i386/time.h
@@ -30,7 +30,6 @@ static inline int native_set_wallclock(unsigned long nowtime)
30 30
31#ifdef CONFIG_PARAVIRT 31#ifdef CONFIG_PARAVIRT
32#include <asm/paravirt.h> 32#include <asm/paravirt.h>
33extern unsigned long long native_sched_clock(void);
34#else /* !CONFIG_PARAVIRT */ 33#else /* !CONFIG_PARAVIRT */
35 34
36#define get_wallclock() native_get_wallclock() 35#define get_wallclock() native_get_wallclock()