diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-28 18:01:14 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-28 18:01:14 +0100 |
commit | be86497152220677e3e5cb326519e19d727f8674 (patch) | |
tree | 5611a36a633c7d2e437b31d67b27776dab187818 /arch/cris | |
parent | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... (diff) | |
parent | CRISv10: Readd missing header (diff) | |
download | linux-be86497152220677e3e5cb326519e19d727f8674.tar.xz linux-be86497152220677e3e5cb326519e19d727f8674.zip |
Merge tag 'cris-correction-for-3.14' of git://jni.nu/cris
Pull cris fix from Jesper Nilsson:
"One include too much was removed"
* tag 'cris-correction-for-3.14' of git://jni.nu/cris:
CRISv10: Readd missing header
Diffstat (limited to 'arch/cris')
-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 @@ #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> |