diff options
author | David Howells <dhowells@redhat.com> | 2009-09-09 08:30:21 +0100 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-09-09 18:30:02 +1000 |
commit | 733e5e4b4eb1bc1e27acbe092200154051171426 (patch) | |
tree | d87f968c3611fca17357640f77af0e5140a64e0d /arch/arm/kernel/signal.c | |
parent | be1d6a5f55b30042c57bdfbe7cb4761ed081def0 (diff) | |
download | op-kernel-dev-733e5e4b4eb1bc1e27acbe092200154051171426.zip op-kernel-dev-733e5e4b4eb1bc1e27acbe092200154051171426.tar.gz |
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/arm/kernel/signal.c')
-rw-r--r-- | arch/arm/kernel/signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/signal.c b/arch/arm/kernel/signal.c index ea4ad3a..b76fe06 100644 --- a/arch/arm/kernel/signal.c +++ b/arch/arm/kernel/signal.c @@ -12,6 +12,7 @@ #include <linux/personality.h> #include <linux/freezer.h> #include <linux/uaccess.h> +#include <linux/tracehook.h> #include <asm/elf.h> #include <asm/cacheflush.h> |