summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@kernel.org>2009-09-22 13:35:32 +0000
committerKyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com>2009-09-27 23:13:56 -0400
commit530e949cc99ec6afba5207cbcd5f45c8cc8accc6 (patch)
tree1b0de544b18c8e50471c1e5d70d9e6e3ed1c52d3 /arch/parisc/kernel
parent81bf550d9cdfe0325eb1504b06c9f6511b442c1a (diff)
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 <jaswinderrajput@gmail.com> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/kernel')
-rw-r--r--arch/parisc/kernel/signal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c
index c5f3d823d42b..e8467e4aa8d1 100644
--- a/arch/parisc/kernel/signal.c
+++ b/arch/parisc/kernel/signal.c
@@ -35,7 +35,6 @@
#include <asm/asm-offsets.h>
#ifdef CONFIG_COMPAT
-#include <linux/compat.h>
#include "signal32.h"
#endif