diff options
author | David Howells <dhowells@redhat.com> | 2009-09-09 03:30:21 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-09-09 04:30:02 -0400 |
commit | 733e5e4b4eb1bc1e27acbe092200154051171426 (patch) | |
tree | d87f968c3611fca17357640f77af0e5140a64e0d /arch/h8300 | |
parent | be1d6a5f55b30042c57bdfbe7cb4761ed081def0 (diff) |
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/h8300')
-rw-r--r-- | arch/h8300/kernel/signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/kernel/signal.c b/arch/h8300/kernel/signal.c index abac3ee8c52a..af842c369d24 100644 --- a/arch/h8300/kernel/signal.c +++ b/arch/h8300/kernel/signal.c | |||
@@ -39,6 +39,7 @@ | |||
39 | #include <linux/tty.h> | 39 | #include <linux/tty.h> |
40 | #include <linux/binfmts.h> | 40 | #include <linux/binfmts.h> |
41 | #include <linux/freezer.h> | 41 | #include <linux/freezer.h> |
42 | #include <linux/tracehook.h> | ||
42 | 43 | ||
43 | #include <asm/setup.h> | 44 | #include <asm/setup.h> |
44 | #include <asm/uaccess.h> | 45 | #include <asm/uaccess.h> |