Browse Source

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>
Jaswinder Singh Rajput 15 năm trước cách đây
mục cha
commit
530e949cc9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      arch/parisc/kernel/signal.c

+ 0 - 1
arch/parisc/kernel/signal.c

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