projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54c0a4b
)
CRISv10: Readd missing header
author
Jesper Nilsson
<jespern@axis.com>
Tue, 28 Jan 2014 14:14:35 +0000
(15:14 +0100)
committer
Jesper Nilsson
<jespern@axis.com>
Tue, 28 Jan 2014 14:14:35 +0000
(15:14 +0100)
The svinto architecture header was mistakenly removed,
leading to a compile error.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/arch-v10/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/cris/arch-v10/kernel/process.c
b/arch/cris/arch-v10/kernel/process.c
index c20e4e8c366311caefb3aadce6795392494a573f..02b783457be0a92a0e346f21675f0f06b59b4288 100644
(file)
--- a/
arch/cris/arch-v10/kernel/process.c
+++ b/
arch/cris/arch-v10/kernel/process.c
@@
-14,6
+14,7
@@
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/fs.h>
+#include <arch/svinto.h>
#include <linux/init.h>
#include <arch/system.h>
#include <linux/ptrace.h>