aboutsummaryrefslogtreecommitdiffstats
path: root/arch/metag
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2013-05-08 16:42:29 +0100
committerJames Hogan <james.hogan@imgtec.com>2013-06-13 12:55:29 +0100
commitdca66a61cb3c82ebc86f1f99c22550b0ed7b3fbe (patch)
treee5084942bde2660e7c9383f0f267091272d92865 /arch/metag
parentmetag/setup: Restrict scope for the capabilities variable (diff)
downloadlinux-dev-dca66a61cb3c82ebc86f1f99c22550b0ed7b3fbe.tar.xz
linux-dev-dca66a61cb3c82ebc86f1f99c22550b0ed7b3fbe.zip
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>
Diffstat (limited to 'arch/metag')
-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);
extern void show_trace(struct task_struct *tsk, unsigned long *sp,
struct pt_regs *regs);
+extern const struct seq_operations cpuinfo_op;
+
#endif