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, 1 insertions, 0 deletions
diff --git a/include/asm-i386/time.h b/include/asm-i386/time.h
index ea8065af825a..571b4294dc2e 100644
--- a/include/asm-i386/time.h
+++ b/include/asm-i386/time.h
@@ -30,6 +30,7 @@ static inline int native_set_wallclock(unsigned long nowtime)
#ifdef CONFIG_PARAVIRT
#include <asm/paravirt.h>
+extern unsigned long long native_sched_clock(void);
#else /* !CONFIG_PARAVIRT */
#define get_wallclock() native_get_wallclock()