From: Markos Chandras Date: Wed, 8 May 2013 15:42:29 +0000 (+0100) Subject: metag/processor.h: Add missing cpuinfo_op declaration. X-Git-Tag: v3.11-rc1~79^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dca66a61cb3c82ebc86f1f99c22550b0ed7b3fbe;p=thirdparty%2Flinux.git metag/processor.h: Add missing cpuinfo_op declaration. Signed-off-by: Markos Chandras Signed-off-by: James Hogan --- diff --git a/arch/metag/include/asm/processor.h b/arch/metag/include/asm/processor.h index 9b029a7911c30..f16477d1f571c 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