[git-pull -tip] x86: fix double declaration

From: Jaswinder Singh Rajput
Date: Thu Feb 19 2009 - 02:00:52 EST


The following changes since commit cc2d1a5b2dbb2a3ccbb24e17a454ed1aa1b8ece4:
Ingo Molnar (1):
Merge branch 'timers/new-apis'

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tipclean.git master

Jaswinder Singh Rajput (1):
x86: include/asm/processor.h remove double declaration of print_cpu_info

arch/x86/include/asm/processor.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

Complete diff:
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index dabab1a..72914d0 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;


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/