diff options
author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 00:26:32 -0400 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 00:26:32 -0400 |
commit | d8aa899bb27ad7879ab9e621365e04ada2745a65 (patch) | |
tree | d853e70141b93476431d09bba812802c63c9ba10 /arch/score/kernel | |
parent | d27eadc7612404b06f99888c02726ab7d5036e0f (diff) |
score: remove unused code, add include files in .c
Diffstat (limited to 'arch/score/kernel')
-rw-r--r-- | arch/score/kernel/signal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/score/kernel/signal.c b/arch/score/kernel/signal.c index 950f87c4a16a..aa57440e4973 100644 --- a/arch/score/kernel/signal.c +++ b/arch/score/kernel/signal.c | |||
@@ -25,14 +25,14 @@ | |||
25 | 25 | ||
26 | #include <linux/errno.h> | 26 | #include <linux/errno.h> |
27 | #include <linux/signal.h> | 27 | #include <linux/signal.h> |
28 | #include <linux/ptrace.h> | ||
28 | #include <linux/unistd.h> | 29 | #include <linux/unistd.h> |
29 | #include <linux/uaccess.h> | 30 | #include <linux/uaccess.h> |
30 | 31 | ||
32 | #include <asm/cacheflush.h> | ||
31 | #include <asm/syscalls.h> | 33 | #include <asm/syscalls.h> |
32 | #include <asm/ucontext.h> | 34 | #include <asm/ucontext.h> |
33 | 35 | ||
34 | #include <asm/cacheflush.h> | ||
35 | |||
36 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) | 36 | #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP))) |
37 | 37 | ||
38 | struct rt_sigframe { | 38 | struct rt_sigframe { |