diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-22 09:35:32 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com> | 2009-09-27 23:13:56 -0400 |
commit | 530e949cc99ec6afba5207cbcd5f45c8cc8accc6 (patch) | |
tree | 1b0de544b18c8e50471c1e5d70d9e6e3ed1c52d3 /arch/parisc | |
parent | 81bf550d9cdfe0325eb1504b06c9f6511b442c1a (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')
-rw-r--r-- | 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 c5f3d823d42b..e8467e4aa8d1 100644 --- a/arch/parisc/kernel/signal.c +++ b/arch/parisc/kernel/signal.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <asm/asm-offsets.h> | 35 | #include <asm/asm-offsets.h> |
36 | 36 | ||
37 | #ifdef CONFIG_COMPAT | 37 | #ifdef CONFIG_COMPAT |
38 | #include <linux/compat.h> | ||
39 | #include "signal32.h" | 38 | #include "signal32.h" |
40 | #endif | 39 | #endif |
41 | 40 | ||