summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
diff options
context:
space:
mode:
authorDavid Howells2009-09-09 09:30:21 +0200
committerJames Morris2009-09-09 10:30:02 +0200
commit733e5e4b4eb1bc1e27acbe092200154051171426 (patch)
treed87f968c3611fca17357640f77af0e5140a64e0d /arch/avr32/kernel
parentKEYS: Fix default security_session_to_parent() (diff)
downloadkernel-qcow2-linux-733e5e4b4eb1bc1e27acbe092200154051171426.tar.gz
kernel-qcow2-linux-733e5e4b4eb1bc1e27acbe092200154051171426.tar.xz
kernel-qcow2-linux-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/avr32/kernel')
-rw-r--r--arch/avr32/kernel/signal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/kernel/signal.c b/arch/avr32/kernel/signal.c
index de9f7fe2aefa..64f886fac2ef 100644
--- a/arch/avr32/kernel/signal.c
+++ b/arch/avr32/kernel/signal.c
@@ -16,6 +16,7 @@
#include <linux/ptrace.h>
#include <linux/unistd.h>
#include <linux/freezer.h>
+#include <linux/tracehook.h>
#include <asm/uaccess.h>
#include <asm/ucontext.h>