From: Jaswinder Singh Rajput Date: Tue, 19 May 2009 11:37:01 +0000 (+0530) Subject: x86: asm/processor.h: remove double declaration X-Git-Tag: v2.6.31-rc1~418^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aee2ad461889132bfb5a1518a9580d00e17008c;p=pandora-kernel.git 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 LKML-Reference: <1242733021.3377.1.camel@localhost.localdomain> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed