summaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel
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/avr32/kernel
parentbe1d6a5f55b30042c57bdfbe7cb4761ed081def0 (diff)
downloadlinux-733e5e4b4eb1bc1e27acbe092200154051171426.tar.gz
linux-733e5e4b4eb1bc1e27acbe092200154051171426.tar.xz
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>