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>
This commit is contained in:
Markos Chandras 2013-05-08 16:42:29 +01:00 committed by James Hogan
parent 6ce5764dbc
commit dca66a61cb
1 changed files with 2 additions and 0 deletions

View File

@ -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