x86: include/asm/processor.h remove double declaration of print_cpu_info
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Thu, 19 Feb 2009 06:50:17 +0000 (12:20 +0530)
committerIngo Molnar <mingo@elte.hu>
Thu, 19 Feb 2009 09:12:18 +0000 (10:12 +0100)
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/processor.h

index dabab1a..72914d0 100644 (file)
@@ -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;