diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-12 12:16:45 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-08-12 12:16:45 +0900 |
commit | f6d7543ab2098cc32d09b8b4edae6934977792c1 (patch) | |
tree | 106ae79e8e859d27303dcb48cbf188aedef3a0a5 /arch/sh64 | |
parent | 757e2d60c32c5baf1992219b3178da16868423b3 (diff) | |
download | linux-3.10-f6d7543ab2098cc32d09b8b4edae6934977792c1.tar.gz linux-3.10-f6d7543ab2098cc32d09b8b4edae6934977792c1.tar.bz2 linux-3.10-f6d7543ab2098cc32d09b8b4edae6934977792c1.zip |
sh64: arch/sh64/kernel/signal.c: duplicate include removal
Remove the duplicate inclusion of linux/personality.h from
arch/sh64/kernel/signal.c
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64')
-rw-r--r-- | arch/sh64/kernel/signal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh64/kernel/signal.c b/arch/sh64/kernel/signal.c index 0bb4a8f9427..79fc48cf54c 100644 --- a/arch/sh64/kernel/signal.c +++ b/arch/sh64/kernel/signal.c @@ -25,7 +25,6 @@ #include <linux/ptrace.h> #include <linux/unistd.h> #include <linux/stddef.h> -#include <linux/personality.h> #include <asm/ucontext.h> #include <asm/uaccess.h> #include <asm/pgtable.h> |