Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946553AbXBIQsq (ORCPT ); Fri, 9 Feb 2007 11:48:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1946659AbXBIQsq (ORCPT ); Fri, 9 Feb 2007 11:48:46 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:51659 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946628AbXBIQiL (ORCPT ); Fri, 9 Feb 2007 11:38:11 -0500 To: torvalds@linux-foundation.org Subject: [PATCH] arch/ia64: ansify Cc: linux-kernel@vger.kernel.org Message-Id: From: Al Viro Date: Fri, 09 Feb 2007 16:38:10 +0000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1269 Lines: 49 Signed-off-by: Al Viro --- arch/ia64/kernel/crash.c | 2 +- arch/ia64/kernel/smp.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/ia64/kernel/crash.c b/arch/ia64/kernel/crash.c index 9d92097..37bb16f 100644 --- a/arch/ia64/kernel/crash.c +++ b/arch/ia64/kernel/crash.c @@ -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; diff --git a/arch/ia64/kernel/smp.c b/arch/ia64/kernel/smp.c index f4c7f77..55ddd80 100644 --- a/arch/ia64/kernel/smp.c +++ b/arch/ia64/kernel/smp.c @@ -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(); -- 1.5.0-rc2.GIT - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/