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>
This commit is contained in:
Jaswinder Singh Rajput 2009-09-22 13:35:32 +00:00 committed by Kyle McMartin
parent 81bf550d9c
commit 530e949cc9
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <asm/asm-offsets.h>
#ifdef CONFIG_COMPAT
#include <linux/compat.h>
#include "signal32.h"
#endif