Skip to content

Commit

Permalink
[PATCH] arch/ia64: 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 Feb 9, 2007
1 parent 55e7474 commit ccbebda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/crash.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extern void ia64_dump_cpu_regs(void *);
static DEFINE_PER_CPU(struct elf_prstatus, elf_prstatus);

void
crash_save_this_cpu()
crash_save_this_cpu(void)
{
void *buf;
unsigned long cfm, sof, sol;
Expand Down
4 changes: 2 additions & 2 deletions arch/ia64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ send_IPI_self (int op)

#ifdef CONFIG_KEXEC
void
kdump_smp_send_stop()
kdump_smp_send_stop(void)
{
send_IPI_allbutself(IPI_KDUMP_CPU_STOP);
}

void
kdump_smp_send_init()
kdump_smp_send_init(void)
{
unsigned int cpu, self_cpu;
self_cpu = smp_processor_id();
Expand Down

0 comments on commit ccbebda

Please sign in to comment.