[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5152E41D.2030901@huawei.com>
Date: Wed, 27 Mar 2013 20:20:45 +0800
From: Kefeng Wang <wangkefeng.wang@...wei.com>
To: <davem@...emloft.net>
CC: <sparclinux@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] sparc:remove unused declaration smp_boot_cpus()
smp_boot_cpus() was replaced smp_prepare_cpus() long ago, and it no
longer needed, so delete it.
Signed-off-by: Kefeng Wang <wangkefeng.wang@...wei.com>
---
arch/sparc/include/asm/smp_32.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/sparc/include/asm/smp_32.h b/arch/sparc/include/asm/smp_32.h
index b73da3c..68503d3 100644
--- a/arch/sparc/include/asm/smp_32.h
+++ b/arch/sparc/include/asm/smp_32.h
@@ -46,7 +46,6 @@ void sun4m_init_smp(void);
void sun4d_init_smp(void);
void smp_callin(void);
-void smp_boot_cpus(void);
void smp_store_cpu_info(int);
void smp_resched_interrupt(void);
--
1.6.0.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists