aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh64
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-08-12 12:16:45 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-08-12 12:16:45 +0900
commitf6d7543ab2098cc32d09b8b4edae6934977792c1 (patch)
tree106ae79e8e859d27303dcb48cbf188aedef3a0a5 /arch/sh64
parentsh64: Add missing dma_sync_single_for_*(). (diff)
downloadlinux-dev-f6d7543ab2098cc32d09b8b4edae6934977792c1.tar.xz
linux-dev-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh64/kernel/signal.c b/arch/sh64/kernel/signal.c
index 0bb4a8f94276..79fc48cf54c6 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>