diff options
author | Heiko Carstens | 2007-02-05 21:16:47 +0100 |
---|---|---|
committer | Martin Schwidefsky | 2007-02-05 21:16:47 +0100 |
commit | 2b67fc46061b2171fb8fbb55d1ac717abd533569 (patch) | |
tree | d4e9db6e7d51d2fc3cf782bf11e24ed7fbc544a0 /include/asm-s390/timex.h | |
parent | [S390] Move init_irq_proc to the other irq related functions. (diff) | |
download | kernel-qcow2-linux-2b67fc46061b2171fb8fbb55d1ac717abd533569.tar.gz kernel-qcow2-linux-2b67fc46061b2171fb8fbb55d1ac717abd533569.tar.xz kernel-qcow2-linux-2b67fc46061b2171fb8fbb55d1ac717abd533569.zip |
[S390] Get rid of a lot of sparse warnings.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
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) return (cycles_t) get_clock() >> 2; } +void init_cpu_timer(void); + #endif |