parisc: includecheck fix: signal.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Tue, 22 Sep 2009 13:35:32 +0000 (13:35 +0000)
committerKyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com>
Mon, 28 Sep 2009 03:13:56 +0000 (23:13 -0400)
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>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/kernel/signal.c

index c5f3d82..e8467e4 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/asm-offsets.h>
 
 #ifdef CONFIG_COMPAT
-#include <linux/compat.h>
 #include "signal32.h"
 #endif