From: Paul Mackerras Date: Mon, 31 Oct 2005 02:08:54 +0000 (+1100) Subject: ppc: remove duplicate export of cur_cpu_spec X-Git-Tag: v2.6.16.28-rc1~2806^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bd787d438a59266af3c9f6351644c85ef1dd21fe;p=karo-tx-linux.git ppc: remove duplicate export of cur_cpu_spec Signed-off-by: Paul Mackerras --- diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index dcc83440f203..ae24196d78f6 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c @@ -322,7 +322,6 @@ EXPORT_SYMBOL(mmu_hash_lock); /* For MOL */ extern long *intercept_table; EXPORT_SYMBOL(intercept_table); #endif /* CONFIG_PPC_STD_MMU */ -EXPORT_SYMBOL(cur_cpu_spec); #if defined(CONFIG_40x) || defined(CONFIG_BOOKE) EXPORT_SYMBOL(__mtdcr); EXPORT_SYMBOL(__mfdcr);