Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757371AbZABHxb (ORCPT ); Fri, 2 Jan 2009 02:53:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754685AbZABHxH (ORCPT ); Fri, 2 Jan 2009 02:53:07 -0500 Received: from smtp.gentoo.org ([140.211.166.183]:38643 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753364AbZABHxF (ORCPT ); Fri, 2 Jan 2009 02:53:05 -0500 From: Mike Frysinger To: linux-kernel@vger.kernel.org Cc: Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, linux-s390@vger.kernel.org Subject: [PATCH] asm-s390/posix_types.h: drop __USE_ALL usage Date: Fri, 2 Jan 2009 02:53:02 -0500 Message-Id: <1230882782-9977-1-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.6.0.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1281 Lines: 36 Bring s390 in line with all the other ports. Not sure how s390 missed this change as all the other arches were being updated ... Signed-off-by: Mike Frysinger CC: Martin Schwidefsky CC: Heiko Carstens CC: linux390@de.ibm.com CC: linux-s390@vger.kernel.org --- 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; -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/