]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[S390] asm-s390/posix_types.h: drop __USE_ALL usage
authorMike Frysinger <vapier@gentoo.org>
Fri, 9 Jan 2009 11:14:48 +0000 (12:14 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 9 Jan 2009 11:15:04 +0000 (12:15 +0100)
Bring s390 in line with all the other ports.  Not sure how s390 missed
this change as all the other arches were being updated ...

CC: Heiko Carstens <heiko.carstens@de.ibm.com>
CC: linux390@de.ibm.com
CC: linux-s390@vger.kernel.org
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
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;