Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Mike Frysinger and committed by
Martin Schwidefsky
dbb397d8 2020238b

-4
-4
arch/s390/include/asm/posix_types.h
··· 68 68 #endif /* __s390x__ */ 69 69 70 70 typedef struct { 71 - #if defined(__KERNEL__) || defined(__USE_ALL) 72 71 int val[2]; 73 - #else /* !defined(__KERNEL__) && !defined(__USE_ALL)*/ 74 - int __val[2]; 75 - #endif /* !defined(__KERNEL__) && !defined(__USE_ALL)*/ 76 72 } __kernel_fsid_t; 77 73 78 74