Skip to content

Commit

Permalink
parisc: includecheck fix: signal.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and Kyle McMartin committed Sep 28, 2009
1 parent 81bf550 commit 530e949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/parisc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <asm/asm-offsets.h>

#ifdef CONFIG_COMPAT
#include <linux/compat.h>
#include "signal32.h"
#endif

Expand Down

0 comments on commit 530e949

Please sign in to comment.