linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-generic / signal.h
index dae1d87..9418d6e 100644 (file)
@@ -1,8 +1,3 @@
-#ifndef __ASM_GENERIC_SIGNAL_H
-#define __ASM_GENERIC_SIGNAL_H
-
-#include <linux/compiler.h>
-
 #ifndef SIG_BLOCK
 #define SIG_BLOCK          0   /* for blocking signals */
 #endif
@@ -24,5 +19,3 @@ typedef __restorefn_t __user *__sigrestore_t;
 #define SIG_IGN        ((__force __sighandler_t)1)     /* ignore signal */
 #define SIG_ERR        ((__force __sighandler_t)-1)    /* error return from signal */
 #endif
-
-#endif /* __ASM_GENERIC_SIGNAL_H */