summaryrefslogtreecommitdiff
path: root/arch/cris/arch-v32/kernel
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-03-27 21:32:27 (GMT)
committerJesper Nilsson <jespern@axis.com>2015-09-04 22:33:25 (GMT)
commit835e4177284e1574033dea47d4bb8e55c21b6345 (patch)
tree5da9b72eb57263b05e634e5f456b7c1cc62ec505 /arch/cris/arch-v32/kernel
parent4b86715748da506b176b5ec50c041b335c9d1769 (diff)
downloadlinux-835e4177284e1574033dea47d4bb8e55c21b6345.tar.xz
CRIS: UAPI: fix ptrace.h
The exported ptrace.h header on CRIS references an "arch" directory which does not exist. Fix this by having the variants in the same directory and including them conditionally, similar to other architectures. Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/arch-v32/kernel')
-rw-r--r--arch/cris/arch-v32/kernel/signal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/kernel/signal.c b/arch/cris/arch-v32/kernel/signal.c
index 3a36ae6..150d1d7 100644
--- a/arch/cris/arch-v32/kernel/signal.c
+++ b/arch/cris/arch-v32/kernel/signal.c
@@ -19,7 +19,6 @@
#include <asm/processor.h>
#include <asm/ucontext.h>
#include <asm/uaccess.h>
-#include <arch/ptrace.h>
#include <arch/hwregs/cpu_vect.h>
extern unsigned long cris_signal_return_page;