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>
This commit is contained in:
Jesper Juhl 2007-08-12 12:16:45 +09:00 committed by Paul Mundt
parent 757e2d60c3
commit f6d7543ab2
1 changed files with 0 additions and 1 deletions

View File

@ -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>