* [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
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox