aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/timex.h')
-rw-r--r--include/asm-mips/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/timex.h b/include/asm-mips/timex.h
index b80de8e0fbbd..87c68ae76ff8 100644
--- a/include/asm-mips/timex.h
+++ b/include/asm-mips/timex.h
@@ -48,7 +48,7 @@
48 48
49typedef unsigned int cycles_t; 49typedef unsigned int cycles_t;
50 50
51static inline cycles_t get_cycles (void) 51static inline cycles_t get_cycles(void)
52{ 52{
53 return read_c0_count(); 53 return read_c0_count();
54} 54}