diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-09 12:14:48 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-01-09 12:15:04 +0100 |
commit | dbb397d859b5436cfbbcb56915c4aaafe219b93f (patch) | |
tree | f0d53ffb0ee62bd134ace0ee207bc54593a0e194 /arch/s390 | |
parent | 2020238b2bb20685e03351426562f8288419ce14 (diff) | |
download | op-kernel-dev-dbb397d859b5436cfbbcb56915c4aaafe219b93f.zip op-kernel-dev-dbb397d859b5436cfbbcb56915c4aaafe219b93f.tar.gz |
[S390] asm-s390/posix_types.h: drop __USE_ALL usage
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>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/posix_types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/include/asm/posix_types.h b/arch/s390/include/asm/posix_types.h index 397d93f..8cc113f 100644 --- a/arch/s390/include/asm/posix_types.h +++ b/arch/s390/include/asm/posix_types.h @@ -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; |