aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/arch-v10/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/arch-v10/timex.h')
-rw-r--r--include/asm-cris/arch-v10/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v10/timex.h b/include/asm-cris/arch-v10/timex.h
index ecfc553c06a5..e48447d94faf 100644
--- a/include/asm-cris/arch-v10/timex.h
+++ b/include/asm-cris/arch-v10/timex.h
@@ -22,7 +22,7 @@
22 22
23unsigned long get_ns_in_jiffie(void); 23unsigned long get_ns_in_jiffie(void);
24 24
25extern inline unsigned long get_us_in_jiffie_highres(void) 25static inline unsigned long get_us_in_jiffie_highres(void)
26{ 26{
27 return get_ns_in_jiffie()/1000; 27 return get_ns_in_jiffie()/1000;
28} 28}