[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200707300044.00606.jesper.juhl@gmail.com>
Date: Mon, 30 Jul 2007 00:44:00 +0200
From: Jesper Juhl <jesper.juhl@...il.com>
To: Paul Mundt <lethal@...ux-sh.org>
Cc: Richard Curnow <rc@....org.uk>,
linuxsh-shmedia-dev@...ts.sourceforge.net,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Jesper Juhl <jesper.juhl@...il.com>
Subject: [PATCH] sh64: arch/sh64/kernel/signal.h - duplicate include removal
Hi,
This patch removes the duplicate inclusion of linux/personality.h
from arch/sh64/kernel/signal.c
Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
---
diff --git a/arch/sh64/kernel/signal.c b/arch/sh64/kernel/signal.c
index 0bb4a8f..79fc48c 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>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists