X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-generic%2Fsignal.h;h=9418d6e9b8cd532fe4655c2d60de53ab606f850f;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=dae1d8720076fde1aad89772b6390f22b1db3345;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-generic/signal.h b/include/asm-generic/signal.h index dae1d8720..9418d6e9b 100644 --- a/include/asm-generic/signal.h +++ b/include/asm-generic/signal.h @@ -1,8 +1,3 @@ -#ifndef __ASM_GENERIC_SIGNAL_H -#define __ASM_GENERIC_SIGNAL_H - -#include - #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 */