From: Jaswinder Singh Rajput Date: Thu, 19 Feb 2009 06:50:17 +0000 (+0530) Subject: x86: include/asm/processor.h remove double declaration of print_cpu_info X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=de5483029b8f18e23395d8fd4f4ef6ae15beb809;p=linux-beck.git x86: include/asm/processor.h remove double declaration of print_cpu_info Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index dabab1a19ddd..72914d0315e9 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h @@ -403,7 +403,6 @@ DECLARE_PER_CPU(unsigned long, stack_canary); #endif #endif /* X86_64 */ -extern void print_cpu_info(struct cpuinfo_x86 *); extern unsigned int xstate_size; extern void free_thread_xstate(struct task_struct *); extern struct kmem_cache *task_xstate_cachep;