Skip to content

Commit

Permalink
ia64 time.c: ANSIfy
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent ed5f656 commit 8dc9463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ ia64_init_itm (void)
}
}

static cycle_t itc_get_cycles()
static cycle_t itc_get_cycles(void)
{
u64 lcycle, now, ret;

Expand Down

0 comments on commit 8dc9463

Please sign in to comment.