aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/kernel/ptrace.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2009-09-09 08:30:21 +0100
committerJames Morris <jmorris@namei.org>2009-09-09 18:30:02 +1000
commit733e5e4b4eb1bc1e27acbe092200154051171426 (patch)
treed87f968c3611fca17357640f77af0e5140a64e0d /arch/cris/kernel/ptrace.c
parentKEYS: Fix default security_session_to_parent() (diff)
downloadlinux-dev-733e5e4b4eb1bc1e27acbe092200154051171426.tar.xz
linux-dev-733e5e4b4eb1bc1e27acbe092200154051171426.zip
KEYS: Add missing linux/tracehook.h #inclusions
Add #inclusions of linux/tracehook.h to those arch files that had the tracehook call for TIF_NOTIFY_RESUME added when support for that flag was added to that arch. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'arch/cris/kernel/ptrace.c')
-rw-r--r--arch/cris/kernel/ptrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/kernel/ptrace.c b/arch/cris/kernel/ptrace.c
index 32e9d5ee895b..48b0f3912632 100644
--- a/arch/cris/kernel/ptrace.c
+++ b/arch/cris/kernel/ptrace.c
@@ -16,6 +16,7 @@
#include <linux/errno.h>
#include <linux/ptrace.h>
#include <linux/user.h>
+#include <linux/tracehook.h>
#include <asm/uaccess.h>
#include <asm/page.h>