diff options
author | Jesper Nilsson <jespern@axis.com> | 2014-01-28 09:14:35 -0500 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2014-01-28 09:14:35 -0500 |
commit | cd065a010a97e3c330d1ded9af551664c9689b19 (patch) | |
tree | 5673ff1f4641063c2e4adf3349fb767a8949d693 /arch/cris/arch-v10 | |
parent | 54c0a4b46150db1571d955d598cd342c9f1d9657 (diff) |
CRISv10: Readd missing header
The svinto architecture header was mistakenly removed,
leading to a compile error.
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v10')
-rw-r--r-- | arch/cris/arch-v10/kernel/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/arch-v10/kernel/process.c b/arch/cris/arch-v10/kernel/process.c index c20e4e8c3663..02b783457be0 100644 --- a/arch/cris/arch-v10/kernel/process.c +++ b/arch/cris/arch-v10/kernel/process.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | #include <linux/err.h> | 15 | #include <linux/err.h> |
16 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |
17 | #include <arch/svinto.h> | ||
17 | #include <linux/init.h> | 18 | #include <linux/init.h> |
18 | #include <arch/system.h> | 19 | #include <arch/system.h> |
19 | #include <linux/ptrace.h> | 20 | #include <linux/ptrace.h> |