Commit 1c6c727d authored by Jaswinder Singh's avatar Jaswinder Singh Committed by Ingo Molnar

x86: proc.c declare cpuinfo_op before they get used

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
parent c1686aea
...@@ -140,6 +140,8 @@ DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info); ...@@ -140,6 +140,8 @@ DECLARE_PER_CPU(struct cpuinfo_x86, cpu_info);
#define current_cpu_data boot_cpu_data #define current_cpu_data boot_cpu_data
#endif #endif
extern const struct seq_operations cpuinfo_op;
static inline int hlt_works(int cpu) static inline int hlt_works(int cpu)
{ {
#ifdef CONFIG_X86_32 #ifdef CONFIG_X86_32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment