From: Jaswinder Singh Date: Mon, 21 Jul 2008 17:10:37 +0000 (+0530) Subject: x86: proc.c declare cpuinfo_op before they get used X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c6c727d9c12c84a612abe31b60948f06fc2ab2d;p=mv-sheeva.git x86: proc.c declare cpuinfo_op before they get used Signed-off-by: Jaswinder Singh --- diff --git a/include/asm-x86/processor.h b/include/asm-x86/processor.h index 15cb82a44e8..93b6adc72ad 100644 --- a/include/asm-x86/processor.h +++ b/include/asm-x86/processor.h @@ -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