Browse Source

metag/processor.h: Add missing cpuinfo_op declaration.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Markos Chandras 12 years ago
parent
commit
dca66a61cb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/metag/include/asm/processor.h

+ 2 - 0
arch/metag/include/asm/processor.h

@@ -199,4 +199,6 @@ extern void (*soc_halt)(void);
 extern void show_trace(struct task_struct *tsk, unsigned long *sp,
 		       struct pt_regs *regs);
 
+extern const struct seq_operations cpuinfo_op;
+
 #endif