2009-09-22 13:35:46

by Jaswinder Singh Rajput

[permalink] [raw]
Subject: [PATCH] PARISC: includecheck fix: signal.c


fix the following 'make includecheck' warning:

arch/parisc/kernel/signal.c: linux/compat.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
---
arch/parisc/kernel/signal.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c
index 8eb3c63..5d5a710 100644
--- a/arch/parisc/kernel/signal.c
+++ b/arch/parisc/kernel/signal.c
@@ -34,7 +34,6 @@
#include <asm/asm-offsets.h>

#ifdef CONFIG_COMPAT
-#include <linux/compat.h>
#include "signal32.h"
#endif

--
1.6.0.6


2009-09-23 19:54:27

by Kyle McMartin

[permalink] [raw]
Subject: Re: [PATCH] PARISC: includecheck fix: signal.c

On Tue, Sep 22, 2009 at 07:05:32PM +0530, Jaswinder Singh Rajput wrote:
>
> fix the following 'make includecheck' warning:
>
> arch/parisc/kernel/signal.c: linux/compat.h is included more than once.
>
> Signed-off-by: Jaswinder Singh Rajput <[email protected]>

Applied, thanks.