Commit 530e949c authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Kyle McMartin

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: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 81bf550d
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <asm/asm-offsets.h> #include <asm/asm-offsets.h>
#ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT
#include <linux/compat.h>
#include "signal32.h" #include "signal32.h"
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment