Re: [PATCH] sh64: arch/sh64/kernel/signal.h - duplicate include removal

2007-07-29 Thread Paul Mundt
On Mon, Jul 30, 2007 at 12:44:00AM +0200, Jesper Juhl wrote:
> This patch removes the duplicate inclusion of linux/personality.h 
> from arch/sh64/kernel/signal.c
> 
> Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>

Acked-by: Paul Mundt <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] sh64: arch/sh64/kernel/signal.h - duplicate include removal

2007-07-29 Thread Jesper Juhl
Hi,

This patch removes the duplicate inclusion of linux/personality.h 
from arch/sh64/kernel/signal.c


Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]>
---

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 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] sh64: arch/sh64/kernel/signal.h - duplicate include removal

2007-07-29 Thread Jesper Juhl
Hi,

This patch removes the duplicate inclusion of linux/personality.h 
from arch/sh64/kernel/signal.c


Signed-off-by: Jesper Juhl [EMAIL PROTECTED]
---

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] sh64: arch/sh64/kernel/signal.h - duplicate include removal

2007-07-29 Thread Paul Mundt
On Mon, Jul 30, 2007 at 12:44:00AM +0200, Jesper Juhl wrote:
 This patch removes the duplicate inclusion of linux/personality.h 
 from arch/sh64/kernel/signal.c
 
 Signed-off-by: Jesper Juhl [EMAIL PROTECTED]

Acked-by: Paul Mundt [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/