]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/s390/include/asm/posix_types.h
[S390] asm-s390/posix_types.h: drop __USE_ALL usage
[linux-2.6-omap-h63xx.git] / arch / s390 / include / asm / posix_types.h
index 397d93fba3a77c762a8002805ce8ef5b175b5e8d..8cc113f9252352d3070ee4f03c0bb5a9aa833f7a 100644 (file)
@@ -68,11 +68,7 @@ typedef unsigned short __kernel_old_dev_t;
 #endif /* __s390x__ */
 
 typedef struct {
-#if defined(__KERNEL__) || defined(__USE_ALL)
         int     val[2];
-#else                        /* !defined(__KERNEL__) && !defined(__USE_ALL)*/
-        int     __val[2];
-#endif                       /* !defined(__KERNEL__) && !defined(__USE_ALL)*/
 } __kernel_fsid_t;