diff mbox

PARISC: includecheck fix: signal.c

Message ID 1253626532.3784.17.camel@ht.satnam (mailing list archive)
State Accepted
Delegated to: kyle mcmartin
Headers show

Commit Message

Jaswinder Singh Rajput Sept. 22, 2009, 1:35 p.m. UTC
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(-)

Comments

kyle mcmartin Sept. 23, 2009, 7:54 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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