projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce5764
)
metag/processor.h: Add missing cpuinfo_op declaration.
author
Markos Chandras
<markos.chandras@imgtec.com>
Wed, 8 May 2013 15:42:29 +0000
(16:42 +0100)
committer
James Hogan
<james.hogan@imgtec.com>
Thu, 13 Jun 2013 11:55:29 +0000
(12:55 +0100)
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
arch/metag/include/asm/processor.h
patch
|
blob
|
history
diff --git
a/arch/metag/include/asm/processor.h
b/arch/metag/include/asm/processor.h
index 9b029a7911c3034166e0df77ac6c40c418aff344..f16477d1f571cb134a29e3afd13c480401f340ea 100644
(file)
--- 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