All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PARISC: includecheck fix: signal.c
@ 2009-09-22 13:35 Jaswinder Singh Rajput
  2009-09-23 19:54 ` Kyle McMartin
  0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-09-22 13:35 UTC (permalink / raw)
  To: Kyle McMartin, Helge Deller, linux-parisc, LKML


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 <jaswinderrajput@gmail.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] PARISC: includecheck fix: signal.c
  2009-09-22 13:35 [PATCH] PARISC: includecheck fix: signal.c Jaswinder Singh Rajput
@ 2009-09-23 19:54 ` Kyle McMartin
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle McMartin @ 2009-09-23 19:54 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Kyle McMartin, Helge Deller, linux-parisc, LKML

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 <jaswinderrajput@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-23 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-22 13:35 [PATCH] PARISC: includecheck fix: signal.c Jaswinder Singh Rajput
2009-09-23 19:54 ` Kyle McMartin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.