[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>
This commit is contained in:
parent
2020238b2b
commit
dbb397d859
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue