This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-sparc64 / siginfo.h
index fde8521..7e5459f 100644 (file)
 
 #ifdef __KERNEL__
 
-#include <linux/config.h>
 #include <linux/compat.h>
 
-#ifdef CONFIG_COMPAT
-
 typedef union sigval32 {
        int sival_int;
        u32 sival_ptr;
@@ -75,7 +72,6 @@ typedef struct siginfo32 {
                } _sigpoll;
        } _sifields;
 } siginfo_t32;
-#endif /* CONFIG_COMPAT */
 
 #endif /* __KERNEL__ */
 
@@ -89,8 +85,6 @@ typedef struct siginfo32 {
 
 #ifdef __KERNEL__
 
-#ifdef CONFIG_COMPAT
-
 typedef struct sigevent32 {
        sigval_t32 sigev_value;
        int sigev_signo;
@@ -107,8 +101,6 @@ typedef struct sigevent32 {
 
 extern int copy_siginfo_to_user32(siginfo_t32 __user *to, siginfo_t *from);
 
-#endif /* CONFIG_COMPAT */
-
 #endif /* __KERNEL__ */
 
 #endif