x86: asm/processor.h: remove double declaration
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Tue, 19 May 2009 11:37:01 +0000 (17:07 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 19 May 2009 12:16:24 +0000 (14:16 +0200)
commit4aee2ad461889132bfb5a1518a9580d00e17008c
tree87cfb8bbe0ad78f6f01c4ac0fed477c492e30680
parent52650257ea06bb15c2e2bbe854cbdf463726141a
x86: asm/processor.h: remove double declaration

Remove double declaration of:

 extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c);
 extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
 extern unsigned short num_cache_leaves;

they are already defined in the same file.

[ Impact: cleanup ]

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
LKML-Reference: <1242733021.3377.1.camel@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/processor.h