Message ID | 1253626532.3784.17.camel@ht.satnam (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | kyle mcmartin |
Headers | show |
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 --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
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(-)