]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: proc.c declare cpuinfo_op before they get used
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 21 Jul 2008 17:10:37 +0000 (22:40 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Jul 2008 12:36:08 +0000 (14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/processor.h

index 15cb82a44e89197c294e1ad59b07f1a8978c4e1d..93b6adc72ad1c61b88907768829e1d8f9311756e 100644 (file)
@@ -140,6 +140,8 @@ DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info);
 #define current_cpu_data       boot_cpu_data
 #endif
 
+extern const struct seq_operations cpuinfo_op;
+
 static inline int hlt_works(int cpu)
 {
 #ifdef CONFIG_X86_32