diff options
Diffstat (limited to 'include/asm-s390/timex.h')
-rw-r--r-- | include/asm-s390/timex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-s390/timex.h b/include/asm-s390/timex.h index 4df4a41029a3..9ee5d8013796 100644 --- a/include/asm-s390/timex.h +++ b/include/asm-s390/timex.h | |||
@@ -32,4 +32,6 @@ static inline cycles_t get_cycles(void) | |||
32 | return (cycles_t) get_clock() >> 2; | 32 | return (cycles_t) get_clock() >> 2; |
33 | } | 33 | } |
34 | 34 | ||
35 | void init_cpu_timer(void); | ||
36 | |||
35 | #endif | 37 | #endif |