aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2013-05-08 11:42:29 -0400
committerJames Hogan <james.hogan@imgtec.com>2013-06-13 07:55:29 -0400
commitdca66a61cb3c82ebc86f1f99c22550b0ed7b3fbe (patch)
treee5084942bde2660e7c9383f0f267091272d92865
parent6ce5764dbce55f0231fd5a714c1ff65527032365 (diff)
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>
-rw-r--r--arch/metag/include/asm/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/metag/include/asm/processor.h b/arch/metag/include/asm/processor.h
index 9b029a7911c3..f16477d1f571 100644
--- a/arch/metag/include/asm/processor.h
+++ b/arch/metag/include/asm/processor.h
@@ -199,4 +199,6 @@ extern void (*soc_halt)(void);
199extern void show_trace(struct task_struct *tsk, unsigned long *sp, 199extern void show_trace(struct task_struct *tsk, unsigned long *sp,
200 struct pt_regs *regs); 200 struct pt_regs *regs);
201 201
202extern const struct seq_operations cpuinfo_op;
203
202#endif 204#endif