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/m32r | |
parent | be1d6a5f55b30042c57bdfbe7cb4761ed081def0 (diff) | |
download | linux-3.10-733e5e4b4eb1bc1e27acbe092200154051171426.tar.gz linux-3.10-733e5e4b4eb1bc1e27acbe092200154051171426.tar.bz2 linux-3.10-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/m32r')
-rw-r--r-- | arch/m32r/kernel/signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/kernel/signal.c b/arch/m32r/kernel/signal.c index f80bac17c65..144b0f124fc 100644 --- a/arch/m32r/kernel/signal.c +++ b/arch/m32r/kernel/signal.c @@ -21,6 +21,7 @@ #include <linux/stddef.h> #include <linux/personality.h> #include <linux/freezer.h> +#include <linux/tracehook.h> #include <asm/cacheflush.h> #include <asm/ucontext.h> #include <asm/uaccess.h> |