diff options
-rw-r--r-- | arch/ia64/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c index 627785c48ea9..1169d46126ac 100644 --- a/arch/ia64/kernel/time.c +++ b/arch/ia64/kernel/time.c | |||
@@ -255,7 +255,7 @@ ia64_init_itm (void) | |||
255 | } | 255 | } |
256 | } | 256 | } |
257 | 257 | ||
258 | static cycle_t itc_get_cycles() | 258 | static cycle_t itc_get_cycles(void) |
259 | { | 259 | { |
260 | u64 lcycle, now, ret; | 260 | u64 lcycle, now, ret; |
261 | 261 | ||